diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-05 16:59:32 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-05 16:59:32 -0400 |
commit | 84a3fd801be02b70ab41eb7b8a38cf359403e6ce (patch) | |
tree | 4df6433c7e8605cadd58816b7d4251c12e7e69bc /sys-apps/findutils | |
parent | dev-python/mypy: fix #584556 (diff) | |
download | gentoo-84a3fd801be02b70ab41eb7b8a38cf359403e6ce.tar.gz gentoo-84a3fd801be02b70ab41eb7b8a38cf359403e6ce.tar.bz2 gentoo-84a3fd801be02b70ab41eb7b8a38cf359403e6ce.zip |
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.
Diffstat (limited to 'sys-apps/findutils')
-rw-r--r-- | sys-apps/findutils/findutils-4.6.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 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 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 |