From 84a3fd801be02b70ab41eb7b8a38cf359403e6ce Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 5 Jun 2016 16:59:32 -0400 Subject: 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(-) (limited to 'sys-apps/findutils') diff --git a/sys-apps/findutils/findutils-4.6.0-r1.ebuild b/sys-apps/findutils/findutils-4.6.0-r1.ebuild index 8e8a9c43e26d..7a17f27919a3 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 -- cgit v1.2.3-65-gdbad