diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-29 04:06:17 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-29 04:06:17 +0000 |
commit | dc3cdba79d7cc5d4f4eba310cdc88559a421c34e (patch) | |
tree | fab20fa0a42cf7293077cc53787aeb856145edcb /media-libs/win32codecs/win32codecs-20050216.ebuild | |
parent | It sort of helps to add the USE flag that you're working on. Added win32code... (diff) | |
download | gentoo-2-dc3cdba79d7cc5d4f4eba310cdc88559a421c34e.tar.gz gentoo-2-dc3cdba79d7cc5d4f4eba310cdc88559a421c34e.tar.bz2 gentoo-2-dc3cdba79d7cc5d4f4eba310cdc88559a421c34e.zip |
Fixed the arch logic to -* [~x86,x86] instead of the long list of keywords since it only works on x86.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/win32codecs/win32codecs-20050216.ebuild')
-rw-r--r-- | media-libs/win32codecs/win32codecs-20050216.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/win32codecs/win32codecs-20050216.ebuild b/media-libs/win32codecs/win32codecs-20050216.ebuild index d6c8d5ae2270..ce05fc66d96f 100644 --- a/media-libs/win32codecs/win32codecs-20050216.ebuild +++ b/media-libs/win32codecs/win32codecs-20050216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-20050216.ebuild,v 1.2 2005/03/13 22:58:05 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-20050216.ebuild,v 1.3 2005/03/29 04:06:17 chriswhite Exp $ DESCRIPTION="Win32 binary codecs for video and audio playback support" @@ -8,7 +8,7 @@ SRC_URI="http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-${PV}.tar.bz2" HOMEPAGE="http://www.mplayerhq.hu/" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 -ppc -sparc -alpha -amd64" +KEYWORDS="-* ~x86" IUSE="quicktime real" S=${WORKDIR}/all-${PV} |