diff options
author | 2004-03-01 11:50:41 +0000 | |
---|---|---|
committer | 2004-03-01 11:50:41 +0000 | |
commit | b201775e7fb3876141db0bfb0cc8ae5299fce5db (patch) | |
tree | bd8c3cbb9a1625abd8681090eef1ce05838d3fcd /media-sound/rip/rip-1.01-r1.ebuild | |
parent | typo in init script (Manifest recommit) (diff) | |
download | gentoo-2-b201775e7fb3876141db0bfb0cc8ae5299fce5db.tar.gz gentoo-2-b201775e7fb3876141db0bfb0cc8ae5299fce5db.tar.bz2 gentoo-2-b201775e7fb3876141db0bfb0cc8ae5299fce5db.zip |
Version bump CDDB_get DEPEND to close bug #37172.
Diffstat (limited to 'media-sound/rip/rip-1.01-r1.ebuild')
-rw-r--r-- | media-sound/rip/rip-1.01-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/rip/rip-1.01-r1.ebuild b/media-sound/rip/rip-1.01-r1.ebuild index 6f764437e472..32743c744f97 100644 --- a/media-sound/rip/rip-1.01-r1.ebuild +++ b/media-sound/rip/rip-1.01-r1.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/rip/rip-1.01-r1.ebuild,v 1.10 2004/03/01 05:37:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rip/rip-1.01-r1.ebuild,v 1.11 2004/03/01 11:50:41 eradicator Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A command-line based audio CD ripper and mp3 encoder" @@ -16,7 +16,7 @@ DEPEND="" RDEPEND="media-sound/cdparanoia sys-apps/eject dev-lang/perl - >=dev-perl/CDDB_get-1.66 + >=dev-perl/CDDB_get-2.10 >=dev-perl/MP3-Info-0.91" src_compile() { |