app-misc/pax-utils: drop accidental debug code
authorMike Frysinger <vapier@gentoo.org>
Wed, 24 Feb 2016 19:37:13 +0000 (04:37 +0900)
committerMike Frysinger <vapier@gentoo.org>
Wed, 24 Feb 2016 19:37:20 +0000 (04:37 +0900)
app-misc/pax-utils/pax-utils-1.1.5.ebuild

index e6c63527c47aca595eb730dfea0cc9a56d8e1d4a..fc793190571189249e39b093aa3c7fa8ed2aca12 100644 (file)
@@ -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