First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 188651
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Schweizer <genstef@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: webograph van da net <webograph@eml.cc>
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 188651 depends on: Show dependency tree
Bug 188651 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: 2007-08-12 21:42 0000
xmoto has a configuration option --with-enable-zoom, which could be passed
through the ebuild via a package specific use flag "zoom".

Reproducible: Always

Steps to Reproduce:




the following patch can be applied to xmoto-0.3.2.ebuild:

16c16
< IUSE="nls editor"
---
> IUSE="nls editor zoom"
42a43,46
>       if use zoom
>               then confzoom="--with-enable-zoom=1"
>               else confzoom="--with-enable-zoom=0"
>       fi
45a50
>               $confzoom \

------- Comment #1 From Stefan Schweizer 2007-08-30 08:17:17 0000 -------
why would this need a use flag? Are there any downsides of having it enabled.
And why is it not default?

------- Comment #2 From Stefan Schweizer 2007-09-02 18:54:30 0000 -------
added it unconditionally

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