Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499260 - www-servers/apache: invalid `use` in global scope
Summary: www-servers/apache: invalid `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: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-25 19:23 UTC by SpanKY
Modified: 2014-02-19 09:20 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 SpanKY gentoo-dev 2014-01-25 19:23:12 UTC
you cannot call `use` in global scope but the ebuilds do:
# dependend criticals
use ssl && MODULE_CRITICAL+=" socache_shmcb"
use doc && MODULE_CRITICAL+=" alias negotiation setenvif"
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2014-02-19 09:20:45 UTC
+  19 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> -apache-2.4.6-r1.ebuild,
+  apache-2.4.6-r2.ebuild, apache-2.4.7.ebuild:
+  Moved use conditionals from global scope to pkg_setup() (bug #499260).
+  Removed old.
+