Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2794 - xcdroast-0.98_alpha9-r2 depends on the wrong version of cdrtools
Summary: xcdroast-0.98_alpha9-r2 depends on the wrong version of cdrtools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www.xcdroast.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-16 23:00 UTC by Duke
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duke 2002-05-16 23:00:18 UTC
Gentoo 1.1a, emerge rsync as of May 15.
xcdroast-0.98_alpha9-r2 depends on cdrtools-1.11.21, but should depend on
cdrtools-1.11.20.  When trying to use alpha9-r2 (because I encountered bug 2793)
I got an error from xcdroast saying:
** WARNING **: Invalid mkisofs version 1.15a21 found. Expecting version 1.15a20

So, I made this patch:

--- xcdroast-0.98_alpha9-r2.ebuild      Tue Apr 16 15:20:53 2002
+++ xcdroast-0.98_alpha9-r3.ebuild      Thu May 16 23:27:13 2002
@@ -15,9 +15,9 @@
        =dev-libs/glib-1.2*
        >=media-libs/imlib-1.9.10-r1
        >=media-libs/giflib-3.0
-       ~app-cdr/cdrtools-1.11.21"
+       ~app-cdr/cdrtools-1.11.20"
 
-RDEPEND="~app-cdr/cdrtools-1.11.21"
+RDEPEND="~app-cdr/cdrtools-1.11.20"
 
 src_compile () {
        
Just gotta change the version of cdrtools xcdroast depends on.
Oh, and I copied files/digest-xcdroast-0.98_alpha9-r2 to
files/digest-xcdroast-0.98_alpha9-r3.

     -- Duke.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-19 22:40:57 UTC
since this package has been updated anyway, I am closing this bug.