commit: e287e86cbf0e1ee150e7026c9e059c135337e27d
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 13:50:15 2016 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 13:50:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e287e86c
mono->mono-env
www-apache/mod_mono/mod_mono-3.12-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apache/mod_mono/mod_mono-3.12-r1.ebuild
b/www-apache/mod_mono/mod_mono-3.12-r1.ebuild
index c7463f8..431487c 100644
--- a/www-apache/mod_mono/mod_mono-3.12-r1.ebuild
+++ b/www-apache/mod_mono/mod_mono-3.12-r1.ebuild
@@ -5,7 +5,7 @@
EAPI=6
# Watch the order of these!
-inherit autotools apache-module eutils go-mono mono
+inherit autotools apache-module eutils go-mono mono-env
KEYWORDS="~amd64 ~x86"
@@ -44,7 +44,7 @@ src_configure() {
export LIBS="$(pkg-config --libs apr-1)"
go-mono_src_configure \
$(use_enable debug) \
- --with-apxs="${APXS}" \
+ --with-apxs="/usr/bin/apxs" \
--with-apr-config="/usr/bin/apr-1-config" \
--with-apu-config="/usr/bin/apu-1-config"
}