diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-08 06:03:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-08 06:03:28 +0000 |
commit | 1e5a4498eab8ff27cb3e60d8e4599e9af6c9926d (patch) | |
tree | 92bb70b03d9eb1615ac13e59409ce42b25b2ac75 /app-cdr | |
parent | fix install paths #35952 (diff) | |
download | historical-1e5a4498eab8ff27cb3e60d8e4599e9af6c9926d.tar.gz historical-1e5a4498eab8ff27cb3e60d8e4599e9af6c9926d.tar.bz2 historical-1e5a4498eab8ff27cb3e60d8e4599e9af6c9926d.zip |
DEPEND fix #37321
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.7-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.1.7-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.1.7-r1.ebuild index bf05f1acb8b6..f5b3acc0668b 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.7-r1.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.7-r1.ebuild,v 1.14 2003/11/21 19:13:23 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.7-r1.ebuild,v 1.15 2004/01/08 06:03:28 vapier Exp $ inherit flag-o-matic eutils @@ -19,7 +19,8 @@ RDEPEND="gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 x86? ( perl? ( oggvorbis? ( dev-perl/libvorbis-perl ) ) ) dev-perl/MP3-Info dev-perl/Audio-Wav - dev-perl/Audio-Tools" + dev-perl/Audio-Tools + virtual/cdrtools" DEPEND=">=dev-util/pccts-1.33.24-r1 ${RDEPEND}" |