diff options
author | Michael J. Cohen <mjc@gentoo.org> | 2002-10-21 04:35:30 +0000 |
---|---|---|
committer | Michael J. Cohen <mjc@gentoo.org> | 2002-10-21 04:35:30 +0000 |
commit | 46b8d8ed116bf9b905e783db89487f99cb4f8a98 (patch) | |
tree | d2a7b2f7ecaa06057895e7f5142ec60e56afdca8 /media-sound/cantus | |
parent | Made comment for alsa _rc3 more explicit. (diff) | |
download | gentoo-2-46b8d8ed116bf9b905e783db89487f99cb4f8a98.tar.gz gentoo-2-46b8d8ed116bf9b905e783db89487f99cb4f8a98.tar.bz2 gentoo-2-46b8d8ed116bf9b905e783db89487f99cb4f8a98.zip |
oops in DEPEND
Diffstat (limited to 'media-sound/cantus')
-rw-r--r-- | media-sound/cantus/cantus-1.0.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/cantus/cantus-1.0.3.ebuild b/media-sound/cantus/cantus-1.0.3.ebuild index a18e99cbcc14..5c859d4f8b5b 100644 --- a/media-sound/cantus/cantus-1.0.3.ebuild +++ b/media-sound/cantus/cantus-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/cantus-1.0.3.ebuild,v 1.1 2002/10/20 18:02:47 mjc Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/cantus-1.0.3.ebuild,v 1.2 2002/10/21 04:35:30 mjc Exp $ # comprehensive list of any and all USE flags leveraged in the build, # with the exception of any ARCH specific flags, i.e. ppc sparc sparc64 @@ -12,8 +12,7 @@ SRC_URI="http://sam.homeunix.com/software.manicsadness.com-step2/releases/cantus LICENSE="gpl" SLOT="0" KEYWORDS="~x86" -DEPEND="x11-libs/gtk+-1.2* - vorbis? media-libs/libvorbis +DEPEND="vorbis? media-libs/libvorbis vorbis? media-libs/libogg" RDEPEND="$DEPEND" S="${WORKDIR}/${PN}-1.03" |