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 39C4115813A for ; Wed, 08 Jan 2025 08:42:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF385E07D7; Wed, 08 Jan 2025 08:42:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DE79E07D7 for ; Wed, 08 Jan 2025 08:42:46 +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 4E40A3408DD for ; Wed, 08 Jan 2025 08:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAC6D1946 for ; Wed, 08 Jan 2025 08:42:43 +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: <1736325745.c7fb98a8b358d45b4c9d359a1c50ccabed33f36e.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.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7fb98a8b358d45b4c9d359a1c50ccabed33f36e X-VCS-Branch: master Date: Wed, 08 Jan 2025 08:42:43 +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: 936c223f-d47d-4e3f-aec1-09c92ca70a75 X-Archives-Hash: d43672adc8b8a654c3b8a6ca2012c0c6 commit: c7fb98a8b358d45b4c9d359a1c50ccabed33f36e Author: Sam James gentoo org> AuthorDate: Wed Jan 8 08:37:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 8 08:42:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fb98a8 sys-libs/pam: keyword 1.7.0_p20241230, stub out w3m/elinks too The doc issue is now fixed. Bug: https://bugs.gentoo.org/913087 Signed-off-by: Sam James gentoo.org> sys-libs/pam/pam-1.7.0_p20241230.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-libs/pam/pam-1.7.0_p20241230.ebuild b/sys-libs/pam/pam-1.7.0_p20241230.ebuild index d3b578078695..96efbca5dd48 100644 --- a/sys-libs/pam/pam-1.7.0_p20241230.ebuild +++ b/sys-libs/pam/pam-1.7.0_p20241230.ebuild @@ -35,8 +35,7 @@ fi LICENSE="|| ( BSD GPL-2 )" SLOT="0" -# Unkeyworded until man pages are figured out -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="audit berkdb elogind examples debug nis nls selinux systemd" REQUIRED_USE="?? ( elogind systemd )" @@ -45,7 +44,6 @@ BDEPEND+=" || ( sys-devel/bison dev-util/byacc ) sys-devel/flex virtual/pkgconfig - virtual/w3m nls? ( sys-devel/gettext ) " DEPEND=" @@ -79,10 +77,13 @@ multilib_src_configure() { local native_file="${T}"/meson.${CHOST}.${ABI}.ini.local # Workaround for docbook5 not being packaged (bug #913087#c4) # It's only used for validation of output, so stub it out. + # Also, stub out elinks+w3m which are only used for an index. cat >> ${native_file} <<-EOF || die [binaries] xmlcatalog='true' xmllint='true' + elinks='true' + w3m='true' EOF local emesonargs=(