Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 706850 - sys-libs/pam-1.3.1_p20200128: add IUSE="doc"
Summary: sys-libs/pam-1.3.1_p20200128: add IUSE="doc"
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-28 18:22 UTC by Arthur Zamarin
Modified: 2020-01-28 20:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2020-01-28 18:22:39 UTC
In commit 4dd9b97b762cc73816cb867d49c9d0d0b91d642c, which is the snapshot of the package, upstream added `--disable-doc`.

It would be very helpful if we could add IUSE="doc", and make the `app-text/docbook*` dependencies only if doc are needed.

Tried to locally make the change, but it failed needing `AM_GNU_GETTEXT_VERSION` (maybe gettext isn't optional, not sure).

Reproducible: Always
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-01-28 18:39:27 UTC
This would make manpages installation conditional (and current pre-built man pages are broken), which is undesirable.
Comment 2 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2020-01-28 20:21:24 UTC
Thank you for the fast reply.

I will try to send upstream patch to control man pages separately from doc.