diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-10-21 04:20:12 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-10-21 04:20:12 +0000 |
commit | b4c0e070a3e69a41f372473472661a4546803606 (patch) | |
tree | 6a424e695441f6cddb8172237796bdfd4de85e88 /app-cdr/xcdroast | |
parent | Resurrecting version 1.11.33 because xcdroast needs it. (diff) | |
download | historical-b4c0e070a3e69a41f372473472661a4546803606.tar.gz historical-b4c0e070a3e69a41f372473472661a4546803606.tar.bz2 historical-b4c0e070a3e69a41f372473472661a4546803606.zip |
Closing bug #8809
Diffstat (limited to 'app-cdr/xcdroast')
-rw-r--r-- | app-cdr/xcdroast/ChangeLog | 4 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-cdr/xcdroast/ChangeLog b/app-cdr/xcdroast/ChangeLog index 37e37eb11910..221752c1c249 100644 --- a/app-cdr/xcdroast/ChangeLog +++ b/app-cdr/xcdroast/ChangeLog @@ -4,6 +4,10 @@ *xcdroast-0.98_alpha10 (16 Jun 2002) + 21 Oct 2002; Arcady Genkin <agenkin@gentoo.org> xcdroast-0.98_alpha10-r2 : + + xcdroast does not work with cdrtools above 1.11.33. + 16 Jun 2002; Doug Goldstein (Cardoe) <dougg@ufl.edu> xcdroast-0.98_alpha10-r2.ebuild: Changed the depends to the new version of cdrtools because of bugs reports and because the xcdroast site says there are diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild index 48de128665c4..f5717582dc55 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.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/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild,v 1.5 2002/10/17 12:55:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild,v 1.6 2002/10/21 04:20:12 agenkin Exp $ S=${WORKDIR}/xcdroast-0.98alpha10 DESCRIPTION="Menu based front-end to mkisofs and cdrecord" @@ -16,7 +16,7 @@ DEPEND="=x11-libs/gtk+-1.2* =dev-libs/glib-1.2* >=media-libs/gdk-pixbuf-0.16.0 >=media-libs/giflib-3.0 - =app-cdr/cdrtools-1.11*" + <=app-cdr/cdrtools-1.11.33" RDEPEND="=app-cdr/cdrtools-1.11*" |