diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-17 16:38:08 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-17 16:38:08 +0000 |
commit | 82d4dcc71e4f5a7614c8517a4c7cc352969e4524 (patch) | |
tree | d83b13eb00cb8e39be1b486b986de9897df39632 /media-sound/cantus/cantus-1.07.ebuild | |
parent | IUSE. eutils. (Manifest recommit) (diff) | |
download | gentoo-2-82d4dcc71e4f5a7614c8517a4c7cc352969e4524.tar.gz gentoo-2-82d4dcc71e4f5a7614c8517a4c7cc352969e4524.tar.bz2 gentoo-2-82d4dcc71e4f5a7614c8517a4c7cc352969e4524.zip |
IUSE=oggvorbis.
Diffstat (limited to 'media-sound/cantus/cantus-1.07.ebuild')
-rw-r--r-- | media-sound/cantus/cantus-1.07.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-sound/cantus/cantus-1.07.ebuild b/media-sound/cantus/cantus-1.07.ebuild index 46015ce80568..a8d7c0dff20e 100644 --- a/media-sound/cantus/cantus-1.07.ebuild +++ b/media-sound/cantus/cantus-1.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/cantus-1.07.ebuild,v 1.8 2004/03/27 02:39:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/cantus-1.07.ebuild,v 1.9 2004/04/17 16:38:08 eradicator Exp $ DESCRIPTION="easy to use tool for tagging and renaming MP3 and OGG/Vorbis files" HOMEPAGE="http://software.manicsadness.com/?site=project&project=3" @@ -10,10 +10,9 @@ LICENSE="GPL-2" SLOT="1" KEYWORDS="x86 amd64" -IUSE="" +IUSE="oggvorbis" -DEPEND="vorbis? ( media-libs/libvorbis - media-libs/libogg )" +DEPEND="oggvorbis? ( media-libs/libvorbis )" src_compile() { econf || die "configure failed" @@ -23,4 +22,3 @@ src_compile() { src_install() { einstall || die "Install failed" } - |