diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-04-28 02:27:34 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-04-28 02:27:34 +0000 |
commit | cc1993a1ab6ae8203739dcce4e53826c56dc262a (patch) | |
tree | f9385c29573a525c2392cba840518e45ad89d8c2 /media-libs/faad2/faad2-1.1.ebuild | |
parent | fix for when portageq not in path (diff) | |
download | gentoo-2-cc1993a1ab6ae8203739dcce4e53826c56dc262a.tar.gz gentoo-2-cc1993a1ab6ae8203739dcce4e53826c56dc262a.tar.bz2 gentoo-2-cc1993a1ab6ae8203739dcce4e53826c56dc262a.zip |
~ppc added
Diffstat (limited to 'media-libs/faad2/faad2-1.1.ebuild')
-rw-r--r-- | media-libs/faad2/faad2-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/faad2/faad2-1.1.ebuild b/media-libs/faad2/faad2-1.1.ebuild index d76627e200fb..24fc34e38730 100644 --- a/media-libs/faad2/faad2-1.1.ebuild +++ b/media-libs/faad2/faad2-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-1.1.ebuild,v 1.2 2003/04/12 15:04:50 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-1.1.ebuild,v 1.3 2003/04/28 02:24:39 lu_zero Exp $ inherit eutils @@ -10,7 +10,7 @@ LICENSE="GPL-2" DESCRIPTION="FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files." S="${WORKDIR}/${PN}" IUSE="" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" DEPEND=">=media-libs/libsndfile-1.0.1 >=libtool-1.4.1-r10 sys-devel/automake |