Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 499260

Summary: www-servers/apache: invalid `use` in global scope
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: polynomial-c
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.
+