Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552186 - games-fps/warsow should use usex instead of defining yesno()
Summary: games-fps/warsow should use usex instead of defining yesno()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-15 13:33 UTC by Justin Lecher (RETIRED)
Modified: 2015-08-01 17:42 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 Justin Lecher (RETIRED) gentoo-dev 2015-06-15 13:33:21 UTC
Please use usex
Comment 1 Julian Ospald 2015-06-15 16:48:17 UTC
(In reply to Justin Lecher from comment #0)
> Please use usex

It is not the same. The Makefile relies on uppercase, so you'd either make the ebuild a lot uglier or just define yesno() in terms of usex() which doesn't really give any benefit either.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-06-15 17:11:48 UTC
(In reply to Julian Ospald (hasufell) from comment #1)
> (In reply to Justin Lecher from comment #0)
> > Please use usex
> 
> It is not the same. The Makefile relies on uppercase, so you'd either make
> the ebuild a lot uglier or just define yesno() in terms of usex() which
> doesn't really give any benefit either.

$(usex foo YES NO)

Or do I see something wrong?