diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-09 11:49:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-09 16:44:38 +0200 |
commit | c4cf1df280b509b0d55e6afc265bbfee2f03385f (patch) | |
tree | 200e04a276cfbee157f387b71675e1b6e8a869ec /sys-devel/clang/clang-12.0.1.ebuild | |
parent | sys-devel/llvm: Enable prebuilt manpages for 12.0.1 (diff) | |
download | gentoo-c4cf1df280b509b0d55e6afc265bbfee2f03385f.tar.gz gentoo-c4cf1df280b509b0d55e6afc265bbfee2f03385f.tar.bz2 gentoo-c4cf1df280b509b0d55e6afc265bbfee2f03385f.zip |
sys-devel/clang: Enable prebuilt manpages for 12.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang/clang-12.0.1.ebuild')
-rw-r--r-- | sys-devel/clang/clang-12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-12.0.1.ebuild b/sys-devel/clang/clang-12.0.1.ebuild index 14157b6d02bd..7e51bae7ca16 100644 --- a/sys-devel/clang/clang-12.0.1.ebuild +++ b/sys-devel/clang/clang-12.0.1.ebuild @@ -61,7 +61,7 @@ PDEPEND=" default-lld? ( sys-devel/lld )" LLVM_COMPONENTS=( clang clang-tools-extra ) -LLVM_MANPAGES=build +LLVM_MANPAGES=pregenerated LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/{lit,llvm-lit,unittest} |