Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cxx/
Date: Tue, 29 May 2018 09:59:07
Message-Id: 1527587933.166f3e137df0294e79e03264df4416ab4d7878a8.grobian@gentoo
1 commit: 166f3e137df0294e79e03264df4416ab4d7878a8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 09:58:30 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 09:58:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166f3e13
7
8 dev-libs/log4cxx: fix SYSROOT/EPREFIX usage, bug #654678
9
10 Closes: https://bugs.gentoo.org/654678
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild
17 index a69b608e1af..a305c20e25e 100644
18 --- a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild
19 +++ b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -45,7 +45,7 @@ src_configure() {
27 econf \
28 --disable-doxygen \
29 --disable-html-docs \
30 - --with-apr-util="${SYSROOT:-${EPREFIX}}/usr" \
31 + --with-apr-util="${SYSROOT}${EPREFIX}/usr" \
32 $(use_with smtp SMTP libesmtp) \
33 $(use_with odbc ODBC $(usex iodbc iODBC unixODBC)) \
34 --with-charset=$(usex unicode utf-8 auto)