First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 93856
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Peter Gordon (RETIRED) <codergeek42@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 93856 depends on: Show dependency tree
Bug 93856 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: 2005-05-24 15:11 0000
The x11-base/xorg-x11-6.8.99.8 ebuild contains the same if statement to
workaround bug 77949. In the check_use_combos function the following exists
twice: 
--- Begin: code snippet ---
check_use_combos() {

[...]

        # (#77949)
        if use minimal && use doc; then
                die "The minimal and doc USE flags are temporarily incompatible
and result in a dead build."
        fi

        # (#77949)
        if use minimal && use doc; then
                die "The minimal and doc USE flags are temporarily incompatible
and result in a dead build."
        fi

--- End: code snippet ---

This doesn't seem to hamper the build, but it does not make sense to me to have
this checked for twice when it will die if the conditional is true the first
time. A trivial matter though...

------- Comment #1 From Donnie Berkholz 2005-05-24 15:50:08 0000 -------
Yeah, just got a bad paste in there from somewhere else, I think.

Fixed, thanks.

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