commit: 84a3fd801be02b70ab41eb7b8a38cf359403e6ce
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 20:59:32 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 20:59:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a3fd80
sys-apps/findutils: drop USE=debug flag #584748
Upstream has dropped this configure option in favor of the -D runtime
flag (see upstream commit 9951518076582e4d490aca3fbdc9cb8c965fca38).
There's no need to keep it in the ebuild, and it causes build failures.
sys-apps/findutils/findutils-4.6.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-apps/findutils/findutils-4.6.0-r1.ebuild
b/sys-apps/findutils/findutils-4.6.0-r1.ebuild
index 8e8a9c4..7a17f27 100644
--- a/sys-apps/findutils/findutils-4.6.0-r1.ebuild
+++ b/sys-apps/findutils/findutils-4.6.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris"
-IUSE="debug nls selinux static test"
+IUSE="nls selinux static test"
RDEPEND="selinux? ( sys-libs/libselinux )
nls? ( virtual/libintl )"
@@ -51,7 +51,6 @@ src_configure() {
--with-packager-version="${PVR}" \
--with-packager-bug-reports="https://bugs.gentoo.org/" \
--program-prefix=${program_prefix} \
- $(use_enable debug) \
$(use_enable nls) \
$(use_with selinux) \
--libexecdir='$(libdir)'/find