Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784815 - dev-util/cmake-3.22.1 default-enable USE=doc for manpages
Summary: dev-util/cmake-3.22.1 default-enable USE=doc for manpages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-21 14:56 UTC by Esteve Varela Colominas
Modified: 2022-08-05 04:09 UTC (History)
3 users (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 Esteve Varela Colominas 2021-04-21 14:56:46 UTC
Recently, app-emulation/qemu was updated to default-enable USE=doc, because it installs man pages, which are by many expected to be present by default, regardless of additional documentation.

CMake is in a very similar position, where USE=doc is required to install the man pages, as it uses sphinx to generate them. This is why I'd suggest doing the same, for the sake of consistency.

Relevant app-emulation/qemu discussion: https://bugs.gentoo.org/770997
Comment 1 Larry the Git Cow gentoo-dev 2022-08-05 04:09:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f3b866eaf6514215fb89afdb40c37f778128af

commit 92f3b866eaf6514215fb89afdb40c37f778128af
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-08-05 04:07:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-05 04:07:58 +0000

    dev-util/cmake: provide pre-generated man pages
    
    Closes: https://bugs.gentoo.org/784815
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/cmake/Manifest            |  1 +
 dev-util/cmake/cmake-3.24.0.ebuild | 23 ++++++++++++++++++++++-
 dev-util/cmake/cmake-9999.ebuild   | 23 ++++++++++++++++++++++-
 3 files changed, 45 insertions(+), 2 deletions(-)