First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 145157
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 143749
Assigned To: SpanKY <vapier@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Simon Stelling (RETIRED) <blubb@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 145157 depends on: Show dependency tree
Bug 145157 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-26 03:29 0000
Please consider applying this patch:

--- cdemu-0.7.ebuild    16 May 2005 02:26:09 -0000      1.5
+++ cdemu-0.7.ebuild    26 Aug 2006 10:27:33 -0000
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-0.7.ebuild,v 1.5
2005/05/16 02:26:09 vapier Exp $

-inherit flag-o-matic python
+inherit flag-o-matic python linux-info

 DESCRIPTION="mount bin/cue cd images"
 HOMEPAGE="http://cdemu.org/"
@@ -17,7 +17,7 @@
 RDEPEND="dev-lang/python"

 src_compile() {
-       if [ "${KV:0:3}" == "2.6" ] && [[ `KV_to_int ${KV}` -lt `KV_to_int
2.6.6` ]] ; then
+       if kernel_is 2 6 && kernel_is lt 2 6 6 ; then
                emake KERN_DIR=/usr/src/linux BUILD_GHETTO=yes || die
        else
                env -u ARCH emake KERN_DIR=/usr/src/linux || die

------- Comment #1 From SpanKY 2006-08-26 19:42:45 0000 -------

*** This bug has been marked as a duplicate of 143749 ***

First Last Prev Next    No search results available      Search page      Enter new bug