projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd1ace1
)
app-misc/pax-utils: Fix indentation
author
Michał Górny
<mgorny@gentoo.org>
Wed, 9 May 2018 08:25:41 +0000
(10:25 +0200)
committer
Michał 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
patch
|
blob
|
history
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 5c7748c209799b2de3d0c3b14f98b75f06f4534d..4d57eedb1532beb0df70a837105b740413829d69 100644
(file)
--- 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