diff options
author | Sam James <sam@gentoo.org> | 2025-01-08 08:37:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-08 08:42:25 +0000 |
commit | c7fb98a8b358d45b4c9d359a1c50ccabed33f36e (patch) | |
tree | 8648b69e988e3ec0bedfc0b2342391d45358bf65 /sys-libs/pam | |
parent | sys-libs/pam: stub out xmllint/xmlcatalog use (diff) | |
download | gentoo-c7fb98a8b358d45b4c9d359a1c50ccabed33f36e.tar.gz gentoo-c7fb98a8b358d45b4c9d359a1c50ccabed33f36e.tar.bz2 gentoo-c7fb98a8b358d45b4c9d359a1c50ccabed33f36e.zip |
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@gentoo.org>
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/pam-1.7.0_p20241230.ebuild | 7 |
1 files 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=( |