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 E219A15813A for ; Wed, 08 Jan 2025 10:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EF88E07A7; Wed, 08 Jan 2025 10:01:41 +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 C5F6AE07A7 for ; Wed, 08 Jan 2025 10:01:40 +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 10FEF3409C8 for ; Wed, 08 Jan 2025 10:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62375AED for ; Wed, 08 Jan 2025 10:01:38 +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: <1736330464.b1c12e1317fb71bc18eafc71fd2188ff78b12259.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-r1.ebuild 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: b1c12e1317fb71bc18eafc71fd2188ff78b12259 X-VCS-Branch: master Date: Wed, 08 Jan 2025 10:01:38 +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: 675ec9e8-766a-4a30-83d6-ad3b9076c8b9 X-Archives-Hash: 1ec69857e84486c668d3a3b46083e720 commit: b1c12e1317fb71bc18eafc71fd2188ff78b12259 Author: Sam James gentoo org> AuthorDate: Wed Jan 8 10:00:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 8 10:01:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c12e13 sys-libs/pam: add elogind dep, only build logind module for native ABI elogind isn't multilib and I don't really think we want/need the module for non-native ABI. Closes: https://bugs.gentoo.org/947714 Signed-off-by: Sam James gentoo.org> ...pam-1.7.0_p20241230-r1.ebuild => pam-1.7.0_p20241230-r2.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-libs/pam/pam-1.7.0_p20241230-r1.ebuild b/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild similarity index 97% rename from sys-libs/pam/pam-1.7.0_p20241230-r1.ebuild rename to sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild index b99992b49517..bbf91688ecec 100644 --- a/sys-libs/pam/pam-1.7.0_p20241230-r1.ebuild +++ b/sys-libs/pam/pam-1.7.0_p20241230-r2.ebuild @@ -53,8 +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 ) selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] ) - systemd? ( sys-apps/systemd:=[${MULTILIB_USEDEP}] ) + systemd? ( sys-apps/systemd:= ) nis? ( net-libs/libnsl:=[${MULTILIB_USEDEP}] >=net-libs/libtirpc-0.2.4-r2:=[${MULTILIB_USEDEP}] @@ -118,8 +119,8 @@ multilib_src_configure() { # TODO: lastlog is enabled again for now by us as elogind support # wasn't available at first. Even then, disabling lastlog will # probably need a news item. - $(meson_feature systemd logind) - $(meson_feature elogind) + $(meson_native_use_feature systemd logind) + $(meson_native_use_feature elogind) -Dpam_lastlog=enabled )