commit:     c7fb98a8b358d45b4c9d359a1c50ccabed33f36e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 08:37:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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=(

Reply via email to