First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 164754
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Alon Bar-Lev (RETIRED) <alonbl@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: f.mensik <f.mensik@tiscali.cz>
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 164754 depends on: Show dependency tree
Show dependency graph
Bug 164754 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2007-01-31 22:39 0000
dazuko-2.3.3_pre1.ebuild

Reproducible: Always




here's my patch:

--- dazuko-2.3.3_pre1.ebuild_orig       2007-01-19 20:31:09.000000000 +0100
+++ dazuko-2.3.3_pre1.ebuild    2007-01-31 22:08:54.000000000 +0100
@@ -17,9 +17,13 @@
 S="${WORKDIR}/${MY_P}"

 # kernel settings
-CONFIG_CHECK="SECURITY_CAPABILITIES"
+if kernel_is le 2 4; then
+       BUILD_TARGETS="all"
+else
+       CONFIG_CHECK="SECURITY_CAPABILITIES"
+       BUILD_TARGETS="dummy_rule"
+fi
 MODULE_NAMES="dazuko(misc:)"
-BUILD_TARGETS="dummy_rule"

 pkg_setup() {
        [ "${KERNEL}" = "linux" ] && linux-mod_pkg_setup

------- Comment #1 From Alon Bar-Lev (RETIRED) 2007-01-31 22:50:53 0000 -------
Why on earth do you use 2.4?!?!?
Fixed... :)

------- Comment #2 From f.mensik 2007-02-01 10:12:41 0000 -------
(In reply to comment #1)
> Why on earth do you use 2.4?!?!?
> Fixed... :)
> 
nostalgia

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