diff options
author | John J. Ellis <jje@gentoo.org> | 2003-03-09 13:07:05 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-03-09 13:07:05 +0000 |
commit | 937d31fc02849d428a963c84e9001ccfca0ce589 (patch) | |
tree | 9a142ea349507bb6d72d84b19d9e9968d62df8c7 /media-sound | |
parent | New ebuild (~x86 masked) closes #13072 (diff) | |
download | gentoo-2-937d31fc02849d428a963c84e9001ccfca0ce589.tar.gz gentoo-2-937d31fc02849d428a963c84e9001ccfca0ce589.tar.bz2 gentoo-2-937d31fc02849d428a963c84e9001ccfca0ce589.zip |
Fixed DEPEND to include parent eclass dependencies.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ardour-cvs/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/ardour-cvs/ardour-cvs-0.6.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-sound/ardour-cvs/ChangeLog b/media-sound/ardour-cvs/ChangeLog index 242b6509c459..09cb71fd24c8 100644 --- a/media-sound/ardour-cvs/ChangeLog +++ b/media-sound/ardour-cvs/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for media-sound/ardour-cvs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ChangeLog,v 1.5 2003/02/18 08:50:44 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ChangeLog,v 1.6 2003/03/09 13:07:05 jje Exp $ *ardour-cvs-0.6 (06 Jan 2003) + 09 Mar 2003; jje <jje@gentoo.org> ardour-cvs-0.6.ebuild: + Fixed DEPEND to include $DEPEND from the parent cvs eclass. + + Updated the depends to lrdf-0.2.4. + 18 Feb 2003; Nick Hadaway <raker@gentoo.org> ardour-cvs-0.6.ebuild : Added a dependancy on media-libs/liblrdf and updated other depends as changes have happened upstream. diff --git a/media-sound/ardour-cvs/ardour-cvs-0.6.ebuild b/media-sound/ardour-cvs/ardour-cvs-0.6.ebuild index dc8ca8415eb2..06d8f941188e 100644 --- a/media-sound/ardour-cvs/ardour-cvs-0.6.ebuild +++ b/media-sound/ardour-cvs/ardour-cvs-0.6.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/media-sound/ardour-cvs/ardour-cvs-0.6.ebuild,v 1.3 2003/02/18 08:50:44 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ardour-cvs-0.6.ebuild,v 1.4 2003/03/09 13:07:05 jje Exp $ inherit cvs @@ -16,7 +16,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="dev-util/pkgconfig +DEPEND="$DEPEND + dev-util/pkgconfig >=media-libs/alsa-lib-0.9.0_rc7 media-sound/jack-cvs =dev-libs/glib-1.2* @@ -25,7 +26,7 @@ DEPEND="dev-util/pkgconfig sys-libs/gdbm >=media-libs/ladspa-sdk-1.12 >=media-libs/libsamplerate-0.0.14 - >=media-libs/liblrdf-0.2.3" + >=media-libs/liblrdf-0.2.4" S="${WORKDIR}/${PN/-cvs/}" |