diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-04 17:32:10 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-04 17:32:10 +0000 |
commit | d6c785e945bb61b1db9ba30f1e844c649b019499 (patch) | |
tree | 3a6db2800fcd3722d0a37d5d3e2d8d78fb8c9e51 /media-libs/id3lib/id3lib-3.8.3-r4.ebuild | |
parent | Fix deps for bug #121563 (diff) | |
download | gentoo-2-d6c785e945bb61b1db9ba30f1e844c649b019499.tar.gz gentoo-2-d6c785e945bb61b1db9ba30f1e844c649b019499.tar.bz2 gentoo-2-d6c785e945bb61b1db9ba30f1e844c649b019499.zip |
Stable on ppc. bug 121555
(Portage version: 2.0.54)
Diffstat (limited to 'media-libs/id3lib/id3lib-3.8.3-r4.ebuild')
-rw-r--r-- | media-libs/id3lib/id3lib-3.8.3-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/id3lib/id3lib-3.8.3-r4.ebuild b/media-libs/id3lib/id3lib-3.8.3-r4.ebuild index dc9771ec68d2..98ffe3825cd9 100644 --- a/media-libs/id3lib/id3lib-3.8.3-r4.ebuild +++ b/media-libs/id3lib/id3lib-3.8.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3-r4.ebuild,v 1.3 2006/02/04 16:19:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3-r4.ebuild,v 1.4 2006/02/04 17:32:10 nixnut Exp $ inherit eutils autotools @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86" IUSE="doc examples" RDEPEND="sys-libs/zlib" |