Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128581 - lastfmplayer-1.1.4_p2099.ebuild backwards oss USEflag logic
Summary: lastfmplayer-1.1.4_p2099.ebuild backwards oss USEflag logic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-02 15:53 UTC by Ryan Hill (RETIRED)
Modified: 2006-04-02 16:11 UTC (History)
0 users

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 Ryan Hill (RETIRED) gentoo-dev 2006-04-02 15:53:56 UTC
-    use oss || make_wrapper lastfm "aoss ./player" ${destination}
-    use oss && make_wrapper lastfm ./player ${destination}

+    use oss && make_wrapper lastfm "aoss ./player" ${destination}
+    use oss || make_wrapper lastfm ./player ${destination}
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-04-02 16:11:23 UTC
I just removed the useflag, because it makes no sense there is native oss and alsa. And aoss does segfault for me.