diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:34:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:34:16 +0000 |
commit | 0a08005bc7a3e2ec21a8bc0005175dea20faf0ee (patch) | |
tree | a02bee4277a723140d061b81d938ea541f78c9c7 /media-libs/taglib | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-0a08005bc7a3e2ec21a8bc0005175dea20faf0ee.tar.gz gentoo-2-0a08005bc7a3e2ec21a8bc0005175dea20faf0ee.tar.bz2 gentoo-2-0a08005bc7a3e2ec21a8bc0005175dea20faf0ee.zip |
sync IUSE (missing)
Diffstat (limited to 'media-libs/taglib')
-rw-r--r-- | media-libs/taglib/taglib-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/taglib/taglib-1.0.ebuild b/media-libs/taglib/taglib-1.0.ebuild index 84c4cb8e5cda..26f43a14caec 100644 --- a/media-libs/taglib/taglib-1.0.ebuild +++ b/media-libs/taglib/taglib-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.0.ebuild,v 1.6 2004/06/24 23:24:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.0.ebuild,v 1.7 2004/07/14 20:33:10 agriffis Exp $ inherit flag-o-matic @@ -11,6 +11,7 @@ SRC_URI="http://ktown.kde.org/~wheeler/taglib/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc hppa amd64 alpha ia64" +IUSE="" DEPEND=">=sys-devel/autoconf-2.58" RDEPEND="" |