Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/
Date: Sun, 05 Jun 2016 21:03:13
Message-Id: 1465160372.84a3fd801be02b70ab41eb7b8a38cf359403e6ce.vapier@gentoo
1 commit: 84a3fd801be02b70ab41eb7b8a38cf359403e6ce
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 20:59:32 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 20:59:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a3fd80
7
8 sys-apps/findutils: drop USE=debug flag #584748
9
10 Upstream has dropped this configure option in favor of the -D runtime
11 flag (see upstream commit 9951518076582e4d490aca3fbdc9cb8c965fca38).
12 There's no need to keep it in the ebuild, and it causes build failures.
13
14 sys-apps/findutils/findutils-4.6.0-r1.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/sys-apps/findutils/findutils-4.6.0-r1.ebuild b/sys-apps/findutils/findutils-4.6.0-r1.ebuild
18 index 8e8a9c4..7a17f27 100644
19 --- a/sys-apps/findutils/findutils-4.6.0-r1.ebuild
20 +++ b/sys-apps/findutils/findutils-4.6.0-r1.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
22 LICENSE="GPL-3+"
23 SLOT="0"
24 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"
25 -IUSE="debug nls selinux static test"
26 +IUSE="nls selinux static test"
27
28 RDEPEND="selinux? ( sys-libs/libselinux )
29 nls? ( virtual/libintl )"
30 @@ -51,7 +51,6 @@ src_configure() {
31 --with-packager-version="${PVR}" \
32 --with-packager-bug-reports="https://bugs.gentoo.org/" \
33 --program-prefix=${program_prefix} \
34 - $(use_enable debug) \
35 $(use_enable nls) \
36 $(use_with selinux) \
37 --libexecdir='$(libdir)'/find