Skip to content

Commit

Permalink
app-misc/pax-utils: drop accidental debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Feb 24, 2016
1 parent ca8284d commit e00d5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-misc/pax-utils/pax-utils-1.1.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e00d5ef

Please sign in to comment.