Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566556 - www-apps/icingaweb2: calls use in global scope
Summary: www-apps/icingaweb2: calls use in global scope
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: global-scope-use
  Show dependency tree
 
Reported: 2015-11-22 23:07 UTC by Michał Górny
Modified: 2015-11-22 23:34 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-11-22 23:07:29 UTC
use apache2 && want_apache2


This is so much wrong. 'use' calls are forbidden in global scope. Furthermore, want_apache2() seems to add its own IUSE=apache2...
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2015-11-22 23:34:03 UTC
fixed in r1, ya, the adding of the iuse makes it awkward