projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bf6af5
)
apache-2.eclass: Partially revert last change.
author
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 26 Mar 2018 17:43:03 +0000
(19:43 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 26 Mar 2018 17:47:03 +0000
(19:47 +0200)
eclass/apache-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/apache-2.eclass
b/eclass/apache-2.eclass
index 3b98fc775c40655d9927f4b8aa74b234438e8ecb..c8fb21dd31c310ef4687dc0c72d371a859dda841 100644
(file)
--- a/
eclass/apache-2.eclass
+++ b/
eclass/apache-2.eclass
@@
-27,6
+27,10
@@
case $(get_version_component_range 1-2) in
CDEPEND=">=dev-libs/apr-1.5.1:=
!www-apache/mod_macro" #492578 #477702
;;
+ 2.2)
+ DEFAULT_MPM_THREADED="worker"
+ CDEPEND=">=dev-libs/apr-1.4.5:=" #368651
+ ;;
*)
die "Unknown MAJOR.MINOR apache version."
;;