From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0898213832E for ; Sun, 31 Jul 2016 08:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34FC921C038; Sun, 31 Jul 2016 08:52:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6E3AE0B81 for ; Sun, 31 Jul 2016 08:52:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7ED7340C01 for ; Sun, 31 Jul 2016 08:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 403AE2424 for ; Sun, 31 Jul 2016 08:52:07 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1469886615.e287e86cbf0e1ee150e7026c9e059c135337e27d.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: www-apache/mod_mono/ X-VCS-Repository: proj/dotnet X-VCS-Files: www-apache/mod_mono/mod_mono-3.12-r1.ebuild X-VCS-Directories: www-apache/mod_mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: e287e86cbf0e1ee150e7026c9e059c135337e27d X-VCS-Branch: master Date: Sun, 31 Jul 2016 08:52:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9acd9e7-14e6-4a71-a33b-483dda10e6da X-Archives-Hash: 5324f81f6344f3cb5e94d5f999fd4015 commit: e287e86cbf0e1ee150e7026c9e059c135337e27d Author: ArsenShnurkov gmail com> AuthorDate: Sat Jul 30 13:50:15 2016 +0000 Commit: Mikhail Pukhlikov gentoo 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" }