app-misc/pax-utils: Fix indentation
authorMichał Górny <mgorny@gentoo.org>
Wed, 9 May 2018 08:25:41 +0000 (10:25 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 9 May 2018 08:43:47 +0000 (10:43 +0200)
app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild

index 5c7748c209799b2de3d0c3b14f98b75f06f4534d..4d57eedb1532beb0df70a837105b740413829d69 100644 (file)
@@ -40,8 +40,8 @@ _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'
+       if use prefix || ! use kernel_linux ||
+               has_version '<sys-libs/glibc-2.10'
        then
                econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
        else