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 12DE81581DF for ; Tue, 20 Feb 2024 05:14:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51333E2A91; Tue, 20 Feb 2024 05:14:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 303B4E2A8F for ; Tue, 20 Feb 2024 05:14:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 396DC34317A for ; Tue, 20 Feb 2024 05:14:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0F1D14C9 for ; Tue, 20 Feb 2024 05:14:03 +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: <1708405786.eef4caf31a0d3c276e17b270fc18285cae367802.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcap/libcap-9999.ebuild X-VCS-Directories: sys-libs/libcap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eef4caf31a0d3c276e17b270fc18285cae367802 X-VCS-Branch: master Date: Tue, 20 Feb 2024 05:14:03 +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: 5e074160-b345-4a30-968e-7410d932fac0 X-Archives-Hash: 203635d27806121d616ee481a3d53b75 commit: eef4caf31a0d3c276e17b270fc18285cae367802 Author: Sam James gentoo org> AuthorDate: Tue Feb 20 05:09:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 20 05:09:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef4caf3 sys-libs/libcap: sync live Fixes: 40b56acf8b8c9ee54ce6fee7c4c9b1c117f687a0 Signed-off-by: Sam James gentoo.org> sys-libs/libcap/libcap-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-libs/libcap/libcap-9999.ebuild b/sys-libs/libcap/libcap-9999.ebuild index a3341be7498c..ee91b8f42d9c 100644 --- a/sys-libs/libcap/libcap-9999.ebuild +++ b/sys-libs/libcap/libcap-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal toolchain-funcs pam usr-ldscript +inherit multilib-minimal toolchain-funcs pam if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -76,8 +76,6 @@ multilib_src_install() { # no configure, needs explicit install line #444724#c3 run_emake DESTDIR="${D}" install - gen_usr_ldscript -a cap - gen_usr_ldscript -a psx if ! use static-libs ; then rm "${ED}"/usr/$(get_libdir)/lib{cap,psx}.a || die fi