Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/
Date: Wed, 24 Feb 2016 19:37:33
Message-Id: 1456342640.e00d5efae2a2b77f437c58b2449da147bdb1d2df.vapier@gentoo
1 commit: e00d5efae2a2b77f437c58b2449da147bdb1d2df
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 19:37:13 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 19:37:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00d5efa
7
8 app-misc/pax-utils: drop accidental debug code
9
10 app-misc/pax-utils/pax-utils-1.1.5.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-misc/pax-utils/pax-utils-1.1.5.ebuild b/app-misc/pax-utils/pax-utils-1.1.5.ebuild
14 index e6c6352..fc79319 100644
15 --- a/app-misc/pax-utils/pax-utils-1.1.5.ebuild
16 +++ b/app-misc/pax-utils/pax-utils-1.1.5.ebuild
17 @@ -37,7 +37,7 @@ _emake() {
18 src_configure() {
19 # Avoid slow configure+gnulib+make if on an up-to-date Linux system
20 if use prefix || ! use kernel_linux || \
21 - has_version '<sys-libs/glibc-2.10' || true
22 + has_version '<sys-libs/glibc-2.10'
23 then
24 econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
25 else