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 F406915813A for ; Wed, 08 Jan 2025 09:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9752E0825; Wed, 08 Jan 2025 09:50:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE0F6E0825 for ; Wed, 08 Jan 2025 09:50:08 +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 BF0C6341939 for ; Wed, 08 Jan 2025 09:50:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24A191870 for ; Wed, 08 Jan 2025 09:50:06 +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: <1736329782.20cdf456fe66ae1f118515ad95ad35c32f7eca17.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.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20cdf456fe66ae1f118515ad95ad35c32f7eca17 X-VCS-Branch: master Date: Wed, 08 Jan 2025 09:50:06 +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: c72c552c-8383-40e1-83da-94da7bbff121 X-Archives-Hash: 39a36b604644f38a78131c24573c354a commit: 20cdf456fe66ae1f118515ad95ad35c32f7eca17 Author: Sam James gentoo org> AuthorDate: Wed Jan 8 09:46:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 8 09:49:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cdf456 sys-libs/pam: pass -Dsbindir Otherwise, pkg_postinst will fail on non-merged-usr systems. Reported-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Sam James gentoo.org> .../pam/{pam-1.7.0_p20241230.ebuild => pam-1.7.0_p20241230-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/pam/pam-1.7.0_p20241230.ebuild b/sys-libs/pam/pam-1.7.0_p20241230-r1.ebuild similarity index 99% rename from sys-libs/pam/pam-1.7.0_p20241230.ebuild rename to sys-libs/pam/pam-1.7.0_p20241230-r1.ebuild index 96efbca5dd48..89ce129d330f 100644 --- a/sys-libs/pam/pam-1.7.0_p20241230.ebuild +++ b/sys-libs/pam/pam-1.7.0_p20241230-r1.ebuild @@ -98,6 +98,7 @@ multilib_src_configure() { -Disadir='.' -Dxml-catalog="${BROOT}"/etc/xml/catalog + -Dsbindir="${EPREFIX}"/sbin -Dsecuredir="${EPREFIX}"/$(get_libdir)/security -Ddocdir="${EPREFIX}"/usr/share/doc/${PF} -Dhtmldir="${EPREFIX}"/usr/share/doc/${PF}/html