diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-11-17 11:28:28 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-11-17 11:28:28 +0000 |
commit | eac933962a90d20fda313120a438601cd40a51b0 (patch) | |
tree | 1e53838173b4944c502d641fb5a83a87d1534255 /app-cdr/xcdroast | |
parent | acl ebuild (diff) | |
download | historical-eac933962a90d20fda313120a438601cd40a51b0.tar.gz historical-eac933962a90d20fda313120a438601cd40a51b0.tar.bz2 historical-eac933962a90d20fda313120a438601cd40a51b0.zip |
someone moved media-sound/nas to media-libs and forgot to update the deps, i've updated
them
Diffstat (limited to 'app-cdr/xcdroast')
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild index adacba9abf8b..a726bffc3b7e 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <blutgens@sistina.com> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild,v 1.5 2001/11/16 14:04:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha9.ebuild,v 1.6 2001/11/17 11:28:28 danarmak Exp $ S=${WORKDIR}/xcdroast-0.98alpha9 @@ -14,7 +14,7 @@ DEPEND=">=dev-libs/glib-1.2.10 >=media-libs/imlib-1.9.10-r1 >=media-libs/giflib-3.0" -RDEPEND=">=app-cdr/cdrtools-1.9" +RDEPEND=">=app-cdr/cdrtools-1.10" src_compile () { make PREFIX=/usr CC="gcc ${CFLAGS}" || die |