Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188651 - games-sports/xmoto -zoom option could be enabled via use flag
Summary: games-sports/xmoto -zoom option could be enabled via use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-12 21:42 UTC by webograph van da net
Modified: 2007-09-02 18:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description webograph van da net 2007-08-12 21:42:32 UTC
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 Stefan Schweizer (RETIRED) gentoo-dev 2007-08-30 08:17:17 UTC
why would this need a use flag? Are there any downsides of having it enabled. And why is it not default?
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2007-09-02 18:54:30 UTC
added it unconditionally