Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 8731
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Brad Cowan (RETIRED) <bcowan@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris PeBenito <pebenito@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
popt-1.6.3-r1.ebuild fixed popt-1.6.3.ebuild text/plain Chris PeBenito 2002-10-03 21:07 0000 685 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 8731 depends on: Show dependency tree
Bug 8731 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: 2002-10-03 21:07 0000
If you have a USE of -nls, the ebuild ignores, and tries to install NLS.

In the src_compile, there is:
use nls || myconf="--disable-nls"

but the econf doesnt have ${myconf}:
econf || die

All that needs to be done is to do:
econf ${myconf} || die

Attached is the fixed ebuild.

------- Comment #1 From Chris PeBenito 2002-10-03 21:07:59 0000 -------
Created an attachment (id=4395) [details]
fixed popt-1.6.3.ebuild

------- Comment #2 From Brad Cowan (RETIRED) 2002-10-03 22:44:39 0000 -------
Fixed, THX for the bug catch :)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug