diff options
author | Markus Meier <maekke@gentoo.org> | 2008-09-20 13:04:19 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-09-20 13:04:19 +0000 |
commit | 5f09a363a919505a3f4d3bb024944d0a1a0e9294 (patch) | |
tree | 9cf8fd43fe6b602b5256da53210b502378812c69 /media-sound/alac_decoder | |
parent | amd64/x86 stable, bug #237481 (diff) | |
download | gentoo-2-5f09a363a919505a3f4d3bb024944d0a1a0e9294.tar.gz gentoo-2-5f09a363a919505a3f4d3bb024944d0a1a0e9294.tar.bz2 gentoo-2-5f09a363a919505a3f4d3bb024944d0a1a0e9294.zip |
amd64/x86 stable, bug #237373
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 i686)
Diffstat (limited to 'media-sound/alac_decoder')
-rw-r--r-- | media-sound/alac_decoder/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/alac_decoder/alac_decoder-0.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/alac_decoder/ChangeLog b/media-sound/alac_decoder/ChangeLog index cc2e5819e925..9c1d907eff4e 100644 --- a/media-sound/alac_decoder/ChangeLog +++ b/media-sound/alac_decoder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/alac_decoder # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/ChangeLog,v 1.3 2008/03/18 21:02:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/ChangeLog,v 1.4 2008/09/20 13:04:19 maekke Exp $ + + 20 Sep 2008; Markus Meier <maekke@gentoo.org> alac_decoder-0.1.3.ebuild: + amd64/x86 stable, bug #237373 18 Mar 2008; nixnut <nixnut@gentoo.org> alac_decoder-0.1.3.ebuild: Added ~ppc wrt bug 204813 diff --git a/media-sound/alac_decoder/alac_decoder-0.1.3.ebuild b/media-sound/alac_decoder/alac_decoder-0.1.3.ebuild index 074350c128f6..370d00cf87c7 100644 --- a/media-sound/alac_decoder/alac_decoder-0.1.3.ebuild +++ b/media-sound/alac_decoder/alac_decoder-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/alac_decoder-0.1.3.ebuild,v 1.2 2008/03/18 21:02:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/alac_decoder-0.1.3.ebuild,v 1.3 2008/09/20 13:04:19 maekke Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://craz.net/programs/itunes/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="" |