summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-09 10:25:41 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-09 10:43:47 +0200
commit2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d (patch)
treea7a3fa34764ebee0dc91136062731ef7734941e6 /app-misc
parentapp-eselect/eselect-repository: Fix DoubleEmptyLine (diff)
downloadgentoo-2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d.tar.gz
gentoo-2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d.tar.bz2
gentoo-2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d.zip
app-misc/pax-utils: Fix indentation
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild4
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