First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 24306
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Hanno Boeck <hanno@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: James Cloos <cloos@jhcloos.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 24306 depends on: Show dependency tree
Bug 24306 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: 2003-07-11 13:42 0000
icewm-1.2.9.ebuild has:

        use gnome \
                && myconf="${myconf} --with-gnome-menus" \
                || myconf="${myconf} --without-gnome-menus"

that should be:

        use gnome \
                && myconf="${myconf} --enable-menus-gnome" \
                || myconf="${myconf} --disable-menus-gnome"

as verified by configure --help.

-JimC

------- Comment #1 From Hanno Boeck 2003-07-16 12:09:24 0000 -------
fixed.

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