commit:     2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  9 08:25:41 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  9 08:43:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c28fc1b

app-misc/pax-utils: Fix indentation

 app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild
index 5c7748c2097..4d57eedb153 100644
--- a/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild
@@ -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

Reply via email to