projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8284d
)
app-misc/pax-utils: drop accidental debug code
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 24 Feb 2016 19:37:13 +0000
(
04:37
+0900)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 24 Feb 2016 19:37:20 +0000
(
04:37
+0900)
app-misc/pax-utils/pax-utils-1.1.5.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/pax-utils/pax-utils-1.1.5.ebuild
b/app-misc/pax-utils/pax-utils-1.1.5.ebuild
index e6c63527c47aca595eb730dfea0cc9a56d8e1d4a..fc793190571189249e39b093aa3c7fa8ed2aca12 100644
(file)
--- a/
app-misc/pax-utils/pax-utils-1.1.5.ebuild
+++ b/
app-misc/pax-utils/pax-utils-1.1.5.ebuild
@@
-37,7
+37,7
@@
_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'
|| true
+ has_version '<sys-libs/glibc-2.10'
then
econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
else