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 | |
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')
-rw-r--r-- | media-libs/win32codecs/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/win32codecs/win32codecs-20050115.ebuild | 4 | ||||
-rw-r--r-- | media-libs/win32codecs/win32codecs-20050216.ebuild | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/media-libs/win32codecs/ChangeLog b/media-libs/win32codecs/ChangeLog index 61c53dce75ec..c266a3c9b9ce 100644 --- a/media-libs/win32codecs/ChangeLog +++ b/media-libs/win32codecs/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-libs/win32codecs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v 1.24 2005/03/13 22:45:54 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v 1.25 2005/03/29 04:06:17 chriswhite Exp $ + +*win32codecs-20050216 (29 Mar 2005) + + 29 Mar 2005; Chris White <chriswhite@gentoo.org> + win32codecs-20050115.ebuild, win32codecs-20050216.ebuild: + Fixed the arch logic to -* [~x86,x86] instead of the long list of keywords + since it only works on x86. 13 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> : version bump, fixes #85034. also corrected an permission issue, fixes #83221 diff --git a/media-libs/win32codecs/win32codecs-20050115.ebuild b/media-libs/win32codecs/win32codecs-20050115.ebuild index 8ae0fb63c1e3..65765003d897 100644 --- a/media-libs/win32codecs/win32codecs-20050115.ebuild +++ b/media-libs/win32codecs/win32codecs-20050115.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-20050115.ebuild,v 1.3 2005/02/07 19:00:15 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-20050115.ebuild,v 1.4 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} 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} |