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 63715158092 for ; Sun, 19 Sep 2021 01:00:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBDE5E0931; Sun, 19 Sep 2021 01:00:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FBADE0931 for ; Sun, 19 Sep 2021 01:00:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73F2434344E for ; Sun, 19 Sep 2021 01:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9DE390 for ; Sun, 19 Sep 2021 01:00:51 +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: <1632013238.1cc1dfc1a49a193dbfa2ff511ef606c58e4771c6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnsl/libnsl-2.0.0-r1.ebuild net-libs/libnsl/libnsl-2.0.0.ebuild X-VCS-Directories: net-libs/libnsl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1cc1dfc1a49a193dbfa2ff511ef606c58e4771c6 X-VCS-Branch: master Date: Sun, 19 Sep 2021 01:00:51 +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: f54dc865-e0d4-4140-8aa1-42cacd00c6f0 X-Archives-Hash: f68bb930e732ac560121b5dccb1e9dc7 commit: 1cc1dfc1a49a193dbfa2ff511ef606c58e4771c6 Author: Sam James gentoo org> AuthorDate: Sun Sep 19 00:59:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 19 01:00:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc1dfc1 net-libs/libnsl: use preserve-libs.eclass PAM can depend on libnsl and we should be conservative with anything involving critical system tooling. Signed-off-by: Sam James gentoo.org> .../{libnsl-2.0.0.ebuild => libnsl-2.0.0-r1.ebuild} | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/net-libs/libnsl/libnsl-2.0.0.ebuild b/net-libs/libnsl/libnsl-2.0.0-r1.ebuild similarity index 62% rename from net-libs/libnsl/libnsl-2.0.0.ebuild rename to net-libs/libnsl/libnsl-2.0.0-r1.ebuild index eb30d991895..99b3fb7a8a1 100644 --- a/net-libs/libnsl/libnsl-2.0.0.ebuild +++ b/net-libs/libnsl/libnsl-2.0.0-r1.ebuild @@ -3,22 +3,22 @@ EAPI=7 -inherit multilib-minimal +inherit multilib-minimal preserve-libs DESCRIPTION="Public client interface for NIS(YP) in a IPv6 ready version" HOMEPAGE="https://github.com/thkukuk/libnsl" SRC_URI="https://github.com/thkukuk/${PN}/releases/download/v${PV}/${P}.tar.xz" +# This is a core package which is depended on by e.g. PAM in some cases. +# Please use preserve-libs.eclass in pkg_{pre,post}inst to cover users +# with FEATURES="-preserved-libs" or another package manager if SONAME +# changes. SLOT="0/3" LICENSE="LGPL-2.1+" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" - IUSE="static-libs" -DEPEND=" - >=net-libs/libtirpc-1.2.0:=[${MULTILIB_USEDEP}] -" +DEPEND=">=net-libs/libtirpc-1.2.0:=[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND} !