From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64BDD13829C for ; Sun, 5 Jun 2016 21:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAACC254032; Sun, 5 Jun 2016 21:03:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52B99254032 for ; Sun, 5 Jun 2016 21:03:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B891D3408A6 for ; Sun, 5 Jun 2016 21:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F983963 for ; Sun, 5 Jun 2016 21:03:06 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1465160372.84a3fd801be02b70ab41eb7b8a38cf359403e6ce.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/findutils/findutils-4.6.0-r1.ebuild X-VCS-Directories: sys-apps/findutils/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 84a3fd801be02b70ab41eb7b8a38cf359403e6ce X-VCS-Branch: master Date: Sun, 5 Jun 2016 21:03:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ba61a4b-90a0-4f9a-b32d-fed6a7766933 X-Archives-Hash: 6bb740112332feba7b5d0bc2315e3ed1 commit: 84a3fd801be02b70ab41eb7b8a38cf359403e6ce Author: Mike Frysinger gentoo org> AuthorDate: Sun Jun 5 20:59:32 2016 +0000 Commit: Mike Frysinger gentoo 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