From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1373927-garchives=archives.gentoo.org@lists.gentoo.org> 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 F100315808B for <garchives@archives.gentoo.org>; Wed, 9 Mar 2022 23:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CAE0E0907; Wed, 9 Mar 2022 23:53:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DB306E0907 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Mar 2022 23:53:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1F5BF342EE4 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Mar 2022 23:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90DBF1BD for <gentoo-commits@lists.gentoo.org>; Wed, 9 Mar 2022 23:53:29 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1646869965.6b84b0b5a44afd525b2018db5a0813141554381a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam_wrapper/pam_wrapper-1.1.4-r1.ebuild sys-libs/pam_wrapper/pam_wrapper-1.1.4.ebuild X-VCS-Directories: sys-libs/pam_wrapper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b84b0b5a44afd525b2018db5a0813141554381a X-VCS-Branch: master Date: Wed, 9 Mar 2022 23:53:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5cbb62e-aa80-48e9-b781-2eb6398a852f X-Archives-Hash: 53f02c57ada04092c8272c8be59f52c7 commit: 6b84b0b5a44afd525b2018db5a0813141554381a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 23:52:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 23:52:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b84b0b5 sys-libs/pam_wrapper: depend on newer PAM (non split-usr) We can be sure of the location of PAM if we depend on a new enough version. Closes: https://bugs.gentoo.org/825078 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{pam_wrapper-1.1.4.ebuild => pam_wrapper-1.1.4-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-libs/pam_wrapper/pam_wrapper-1.1.4.ebuild b/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r1.ebuild similarity index 90% rename from sys-libs/pam_wrapper/pam_wrapper-1.1.4.ebuild rename to sys-libs/pam_wrapper/pam_wrapper-1.1.4-r1.ebuild index 96a3d1fd2aa8..88bac7c04467 100644 --- a/sys-libs/pam_wrapper/pam_wrapper-1.1.4.ebuild +++ b/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,9 +22,10 @@ IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Require newer PAM so we know where it's located, bug #825078 RDEPEND=" ${PYTHON_DEPS} - sys-libs/pam:0=[${MULTILIB_USEDEP}] + >=sys-libs/pam-1.5.2-r1:0=[${MULTILIB_USEDEP}] " DEPEND=" ${RDEPEND}