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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74DBD15813A for ; Wed, 08 Jan 2025 20:43:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A126CE077F; Wed, 08 Jan 2025 20:43:52 +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 88F2FE077F for ; Wed, 08 Jan 2025 20:43:52 +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 9A7ED341939 for ; Wed, 08 Jan 2025 20:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F365D1870 for ; Wed, 08 Jan 2025 20:43:49 +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: <1736369001.01cd1ac72758fff6256189f6048a1579c9b41ebe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01cd1ac72758fff6256189f6048a1579c9b41ebe X-VCS-Branch: master Date: Wed, 08 Jan 2025 20:43:49 +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: d317b0a9-157e-4c63-9135-a33b6086bd65 X-Archives-Hash: 43a15d0cc4e05c6ab70711d7212c1655 commit: 01cd1ac72758fff6256189f6048a1579c9b41ebe Author: Sam James gentoo org> AuthorDate: Wed Jan 8 20:43:03 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 8 20:43:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cd1ac7 sys-libs/pam: depend on >=elogind-254 and >=systemd-254 for USE=elogind/systemd Closes: https://bugs.gentoo.org/947739 Signed-off-by: Sam James gentoo.org> sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild b/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild index bbf91688ecec..a50180b88068 100644 --- a/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild +++ b/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild @@ -53,9 +53,9 @@ DEPEND=" audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] ) berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] ) !berkdb? ( sys-libs/gdbm:=[${MULTILIB_USEDEP}] ) - elogind? ( sys-auth/elogind ) + elogind? ( >=sys-auth/elogind-254 ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) - systemd? ( sys-apps/systemd:= ) + systemd? ( >=sys-apps/systemd-254:= ) nis? ( net-libs/libnsl:=[${MULTILIB_USEDEP}] >=net-libs/libtirpc-0.2.4-r2:=[${MULTILIB_USEDEP}]