commit: e00d5efae2a2b77f437c58b2449da147bdb1d2df
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 19:37:13 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 19:37:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00d5efa
app-misc/pax-utils: drop accidental debug code
app-misc/pax-utils/pax-utils-1.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/pax-utils/pax-utils-1.1.5.ebuild
b/app-misc/pax-utils/pax-utils-1.1.5.ebuild
index e6c6352..fc79319 100644
--- a/app-misc/pax-utils/pax-utils-1.1.5.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.1.5.ebuild
@@ -37,7 +37,7 @@ _emake() {
src_configure() {
# Avoid slow configure+gnulib+make if on an up-to-date Linux system
if use prefix || ! use kernel_linux || \
- has_version '<sys-libs/glibc-2.10' || true
+ has_version '<sys-libs/glibc-2.10'
then
econf $(use_with caps) $(use_with debug) $(use_with python)
$(use_with seccomp)
else