commit: 0ee59f3362ca782f0996ef4fcd5ebf5ea13dfef7
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 08:56:49 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 08:58:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee59f33
depend.apache.eclass: Let APXS point to the new location of the binary.
eclass/depend.apache.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
index ba08318..3840a37 100644
--- a/eclass/depend.apache.eclass
+++ b/eclass/depend.apache.eclass
@@ -133,7 +133,7 @@ _init_apache2() {
# WARNING: Do not use these variables with anything that is put
# into the dependency cache (DEPEND/RDEPEND/etc)
APACHE_VERSION="2"
- APXS="/usr/sbin/apxs2"
+ APXS="/usr/bin/apxs"
APACHE_BIN="/usr/sbin/apache2"
APACHE_CTL="/usr/sbin/apache2ctl"
APACHE_INCLUDEDIR="/usr/include/apache2"