diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-09 10:25:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-09 10:43:47 +0200 |
commit | 2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d (patch) | |
tree | a7a3fa34764ebee0dc91136062731ef7734941e6 /app-misc/pax-utils | |
parent | app-eselect/eselect-repository: Fix DoubleEmptyLine (diff) | |
download | gentoo-2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d.tar.gz gentoo-2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d.tar.bz2 gentoo-2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d.zip |
app-misc/pax-utils: Fix indentation
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild | 4 |
1 files 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 5c7748c20979..4d57eedb1532 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 |