diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:37:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:37:25 +0000 |
commit | 607596b70781b8c0b053a5eea59272c1b9415f8b (patch) | |
tree | f8969c77651947cd3639b06a9329bba30c3194ab /dev-perl/libvorbis-perl | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-607596b70781b8c0b053a5eea59272c1b9415f8b.tar.gz gentoo-2-607596b70781b8c0b053a5eea59272c1b9415f8b.tar.bz2 gentoo-2-607596b70781b8c0b053a5eea59272c1b9415f8b.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/libvorbis-perl')
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild index 8658a2bc4089..ddcf90f02b11 100644 --- a/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.04.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/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild,v 1.9 2004/06/25 00:42:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild,v 1.10 2004/07/14 18:37:25 agriffis Exp $ inherit perl-module @@ -12,6 +12,7 @@ HOMEPAGE="http://synthcode.com/code/vorbis/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 sparc ~ppc ~amd64" +IUSE="" DEPEND="${DEPEND} media-libs/libogg |