commit:     0273ea623d9c3ba16570a3fbd185ed8fffd3c0fd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 00:43:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 00:44:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0273ea62

media-video/recmpeg: EAPI-7 bump, cleanup unused IUSE, DOCS

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/recmpeg/recmpeg-1.0.5.ebuild | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/media-video/recmpeg/recmpeg-1.0.5.ebuild 
b/media-video/recmpeg/recmpeg-1.0.5.ebuild
index 1b02e5f6781..a1911052f6b 100644
--- a/media-video/recmpeg/recmpeg-1.0.5.ebuild
+++ b/media-video/recmpeg/recmpeg-1.0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Simple libfame-based video encoder, compresses raw video 
sequences to MPEG video"
 HOMEPAGE="http://fame.sourceforge.net/";
@@ -11,15 +11,5 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc x86"
 
-IUSE="cpu_flags_x86_mmx cpu_flags_x86_sse"
-
 RDEPEND=">=media-libs/libfame-0.9.0"
 DEPEND="${DEPEND}"
-
-DOCS=( CHANGES README )
-
-src_configure() {
-       econf \
-               $(use cpu_flags_x86_mmx && echo "--enable-mmx") \
-               $(use cpu_flags_x86_sse && echo "--enable-sse")
-}

Reply via email to