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 5562D1381F1 for ; Tue, 29 May 2018 09:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6979CE07A5; Tue, 29 May 2018 09:59:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46B02E07A5 for ; Tue, 29 May 2018 09:59:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66A56335C39 for ; Tue, 29 May 2018 09:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 685DB35 for ; Tue, 29 May 2018 09:59:03 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1527587933.166f3e137df0294e79e03264df4416ab4d7878a8.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild X-VCS-Directories: dev-libs/log4cxx/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 166f3e137df0294e79e03264df4416ab4d7878a8 X-VCS-Branch: master Date: Tue, 29 May 2018 09:59:03 +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: 740f400a-eaf5-4b43-ac07-4cf64e027295 X-Archives-Hash: c99d5933ac93a416134b4ed315946ae9 commit: 166f3e137df0294e79e03264df4416ab4d7878a8 Author: Fabian Groffen gentoo org> AuthorDate: Tue May 29 09:58:30 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 29 09:58:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166f3e13 dev-libs/log4cxx: fix SYSROOT/EPREFIX usage, bug #654678 Closes: https://bugs.gentoo.org/654678 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild index a69b608e1af..a305c20e25e 100644 --- a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild +++ b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ src_configure() { econf \ --disable-doxygen \ --disable-html-docs \ - --with-apr-util="${SYSROOT:-${EPREFIX}}/usr" \ + --with-apr-util="${SYSROOT}${EPREFIX}/usr" \ $(use_with smtp SMTP libesmtp) \ $(use_with odbc ODBC $(usex iodbc iODBC unixODBC)) \ --with-charset=$(usex unicode utf-8 auto)