Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: www-apache/mod_mono/
Date: Sun, 31 Jul 2016 08:52:18
Message-Id: 1469886615.e287e86cbf0e1ee150e7026c9e059c135337e27d.cynede@gentoo
1 commit: e287e86cbf0e1ee150e7026c9e059c135337e27d
2 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 30 13:50:15 2016 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 13:50:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e287e86c
7
8 mono->mono-env
9
10 www-apache/mod_mono/mod_mono-3.12-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/www-apache/mod_mono/mod_mono-3.12-r1.ebuild b/www-apache/mod_mono/mod_mono-3.12-r1.ebuild
14 index c7463f8..431487c 100644
15 --- a/www-apache/mod_mono/mod_mono-3.12-r1.ebuild
16 +++ b/www-apache/mod_mono/mod_mono-3.12-r1.ebuild
17 @@ -5,7 +5,7 @@
18 EAPI=6
19
20 # Watch the order of these!
21 -inherit autotools apache-module eutils go-mono mono
22 +inherit autotools apache-module eutils go-mono mono-env
23
24 KEYWORDS="~amd64 ~x86"
25
26 @@ -44,7 +44,7 @@ src_configure() {
27 export LIBS="$(pkg-config --libs apr-1)"
28 go-mono_src_configure \
29 $(use_enable debug) \
30 - --with-apxs="${APXS}" \
31 + --with-apxs="/usr/bin/apxs" \
32 --with-apr-config="/usr/bin/apr-1-config" \
33 --with-apu-config="/usr/bin/apu-1-config"
34 }