diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-03-18 21:02:46 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-03-18 21:02:46 +0000 |
commit | a363d67ce370e39e6747cdec1168b2eab2cf822a (patch) | |
tree | 545783f3067110eac0b93694c4ce3a91ed21283c | |
parent | Move EAPI declaration up to first thing in the ebuild (diff) | |
download | gentoo-2-a363d67ce370e39e6747cdec1168b2eab2cf822a.tar.gz gentoo-2-a363d67ce370e39e6747cdec1168b2eab2cf822a.tar.bz2 gentoo-2-a363d67ce370e39e6747cdec1168b2eab2cf822a.zip |
Added ~ppc wrt bug 204813
(Portage version: 2.1.4.4)
-rw-r--r-- | media-sound/alac_decoder/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/alac_decoder/alac_decoder-0.1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/alac_decoder/ChangeLog b/media-sound/alac_decoder/ChangeLog index f17546d5e71b..cc2e5819e925 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/ChangeLog,v 1.2 2006/10/01 20:19:55 sbriesen Exp $ +# 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 $ + + 18 Mar 2008; nixnut <nixnut@gentoo.org> alac_decoder-0.1.3.ebuild: + Added ~ppc wrt bug 204813 *alac_decoder-0.1.3 (01 Oct 2006) 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 2fb579a91be4..074350c128f6 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-2006 Gentoo Foundation +# 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.1 2006/10/01 20:19:55 sbriesen Exp $ +# $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 $ 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="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="" |