summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-17 13:05:23 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-17 13:05:23 +0000
commit1c93547462b9182c24f39036c44f086c76176f23 (patch)
tree2e6e1a8def9217c443b8c581c5d138f06e120bfa /media-video/ffmpeg/ffmpeg-9999.ebuild
parentSuse eclasses are under suse herd. (diff)
downloadhistorical-1c93547462b9182c24f39036c44f086c76176f23.tar.gz
historical-1c93547462b9182c24f39036c44f086c76176f23.tar.bz2
historical-1c93547462b9182c24f39036c44f086c76176f23.zip
mmx2 is now mmxext
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r--media-video/ffmpeg/ffmpeg-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 8e75e30a3504..15e4d5756551 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.102 2012/08/06 14:11:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.103 2012/08/17 13:05:23 aballier Exp $
EAPI="4"
@@ -39,7 +39,7 @@ IUSE="
# String for CPU features in the useflag[:configure_option] form
# if :configure_option isn't set, it will use 'useflag' as configure option
-CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext:mmx2 ssse3 vis neon"
+CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext ssse3 vis neon"
for i in ${CPU_FEATURES}; do
IUSE="${IUSE} ${i%:*}"