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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D146D158086 for ; Sat, 20 Nov 2021 08:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12925E077C; Sat, 20 Nov 2021 08:32:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3771E077C for ; Sat, 20 Nov 2021 08:32:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20993342B72 for ; Sat, 20 Nov 2021 08:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94C21C8 for ; Sat, 20 Nov 2021 08:32:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637397161.18241e22fb667703a5e7bbb17487fd8c1d0f1f8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcap/files/libcap-2.57-parallel-make.patch X-VCS-Directories: sys-libs/libcap/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 18241e22fb667703a5e7bbb17487fd8c1d0f1f8f X-VCS-Branch: master Date: Sat, 20 Nov 2021 08:32:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7bce7130-cbd6-4f87-9c1d-6d70e77a6330 X-Archives-Hash: c58ef90589a011cf5cb10aba02bef46c commit: 18241e22fb667703a5e7bbb17487fd8c1d0f1f8f Author: Sam James gentoo org> AuthorDate: Sat Nov 20 08:32:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 20 08:32:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18241e22 sys-libs/libcap: drop obsolete patch Signed-off-by: Sam James gentoo.org> .../libcap/files/libcap-2.57-parallel-make.patch | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/sys-libs/libcap/files/libcap-2.57-parallel-make.patch b/sys-libs/libcap/files/libcap-2.57-parallel-make.patch deleted file mode 100644 index 612044bcfb0d..000000000000 --- a/sys-libs/libcap/files/libcap-2.57-parallel-make.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://git.kernel.org/pub/scm/libs/libcap/libcap.git/patch/?id=893c134ca5cd6fc33ac19d8dbb9d985067d2e66b - -From: "Andrew G. Morgan" -Date: Fri, 10 Sep 2021 16:11:57 -0700 -Subject: Another missing dependency for make -j13 - -One more missing dependency for pam_cap.so building. - -Signed-off-by: Andrew G. Morgan ---- a/pam_cap/Makefile -+++ b/pam_cap/Makefile -@@ -19,7 +19,11 @@ install: all - execable.o: execable.c ../libcap/execable.h ../libcap/loader.txt - $(CC) $(CFLAGS) $(CPPFLAGS) -DLIBCAP_VERSION=\"libcap-$(VERSION).$(MINOR)\" -DSHARED_LOADER=\"$(shell cat ../libcap/loader.txt)\" -c execable.c -o $@ - --pam_cap.so: pam_cap.o execable.o pam_cap_linkopts -+LIBCAP: -+ $(MAKE) -C ../libcap all -+ touch $@ -+ -+pam_cap.so: pam_cap.o execable.o pam_cap_linkopts LIBCAP - cat pam_cap_linkopts | xargs -e $(LD) $(LDFLAGS) -o $@ pam_cap.o execable.o $(LIBCAPLIB) - - # Some distributions force link everything at compile time, and don't -@@ -83,3 +87,4 @@ sudotest: test_pam_cap - - clean: - rm -f *.o *.so testlink lazylink.so test_pam_cap pam_cap_linkopts *~ -+ rm -f LIBCAP