From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4FEC139694 for ; Thu, 9 Feb 2017 16:04:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB897E0C0E; Thu, 9 Feb 2017 16:04:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C9352E0C0E for ; Thu, 9 Feb 2017 16:04:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E0770340E75 for ; Thu, 9 Feb 2017 16:04:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9AD3E8E for ; Thu, 9 Feb 2017 16:04:23 +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: <1486656258.36aff20510b51dfc55d85f1eac4a40eb9295e333.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap/, sys-libs/libcap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcap/files/libcap-2.25-gperf.patch sys-libs/libcap/libcap-2.25.ebuild X-VCS-Directories: sys-libs/libcap/files/ sys-libs/libcap/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 36aff20510b51dfc55d85f1eac4a40eb9295e333 X-VCS-Branch: master Date: Thu, 9 Feb 2017 16:04:23 +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: 688ef436-613c-48a9-a74e-31256ec9b2ab X-Archives-Hash: 18d9a90f0c389b840dd98a11ebeb447b commit: 36aff20510b51dfc55d85f1eac4a40eb9295e333 Author: Mike Frysinger gentoo org> AuthorDate: Thu Feb 9 16:00:02 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Feb 9 16:04:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36aff205 sys-libs/libcap: document gperf logic a bit more sys-libs/libcap/files/libcap-2.25-gperf.patch | 9 ++++++--- sys-libs/libcap/libcap-2.25.ebuild | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sys-libs/libcap/files/libcap-2.25-gperf.patch b/sys-libs/libcap/files/libcap-2.25-gperf.patch index aa67a19db5..86e930f6a4 100644 --- a/sys-libs/libcap/files/libcap-2.25-gperf.patch +++ b/sys-libs/libcap/files/libcap-2.25-gperf.patch @@ -1,6 +1,9 @@ -diff -uNr libcap-2.25.ORIG/libcap/Makefile libcap-2.25/libcap/Makefile ---- libcap-2.25.ORIG/libcap/Makefile 2017-02-01 09:58:34.966642226 +0000 -+++ libcap-2.25/libcap/Makefile 2017-02-01 10:01:49.943651936 +0000 +update gperf call to work with gperf-3.1 + +https://bugs.gentoo.org/604802 + +--- a/libcap/Makefile ++++ b/libcap/Makefile @@ -44,11 +44,12 @@ ./_makenames > cap_names.h diff --git a/sys-libs/libcap/libcap-2.25.ebuild b/sys-libs/libcap/libcap-2.25.ebuild index ad5bb12955..08611ed07c 100644 --- a/sys-libs/libcap/libcap-2.25.ebuild +++ b/sys-libs/libcap/libcap-2.25.ebuild @@ -16,6 +16,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="pam static-libs" +# While the build system optionally uses gperf, we don't DEPEND on it because +# the build automatically falls back when it's unavailable. #604802 RDEPEND=">=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] pam? ( virtual/pam )" DEPEND="${RDEPEND}