Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/
Date: Wed, 09 May 2018 08:44:42
Message-Id: 1525855427.2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d.mgorny@gentoo
1 commit: 2c28fc1ba17b3c283ebc0ec1ebd792ea13e1831d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 08:25:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 08:43:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c28fc1b
7
8 app-misc/pax-utils: Fix indentation
9
10 app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 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
14 index 5c7748c2097..4d57eedb153 100644
15 --- a/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild
16 +++ b/app-misc/pax-utils/pax-utils-1.2.3-r1.ebuild
17 @@ -40,8 +40,8 @@ _emake() {
18
19 src_configure() {
20 # Avoid slow configure+gnulib+make if on an up-to-date Linux system
21 - if use prefix || ! use kernel_linux || \
22 - has_version '<sys-libs/glibc-2.10'
23 + if use prefix || ! use kernel_linux ||
24 + has_version '<sys-libs/glibc-2.10'
25 then
26 econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
27 else