diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-04-06 08:42:33 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-04-06 14:47:54 +0200 |
| commit | 9f28a19a757b5ad8c901a62d10648a8e65e6bd15 (patch) | |
| tree | 7a8f531968db33482a7ab273ed998196d5eaa690 /sys-devel/llvm/llvm-9999.ebuild | |
| parent | ffe97e09f163835b9b2c4f6ac237fa67d3739b38 (diff) | |
| download | gentoo-9f28a19a757b5ad8c901a62d10648a8e65e6bd15.tar.gz gentoo-9f28a19a757b5ad8c901a62d10648a8e65e6bd15.tar.bz2 gentoo-9f28a19a757b5ad8c901a62d10648a8e65e6bd15.zip | |
sys-devel/llvm: Include MANPATH in env.d file
Include MANPATH in the env.d file so that 'man' can reliably find all
the manpages. It seems that at least sys-apps/man-db can still find
the manpages relative to the tools found in PATH but that is most likely
unreliable.
Diffstat (limited to 'sys-devel/llvm/llvm-9999.ebuild')
| -rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index cdba7b1daf4e..16413680bdfe 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -258,6 +258,7 @@ multilib_src_install_all() { PATH="${EPREFIX}/usr/lib/llvm/${SLOT}/bin" # we need to duplicate it in ROOTPATH for Portage to respect... ROOTPATH="${EPREFIX}/usr/lib/llvm/${SLOT}/bin" + MANPATH="${EPREFIX}/usr/lib/llvm/${SLOT}/share/man" LDPATH="$( IFS=:; echo "${LLVM_LDPATHS[*]}" )" _EOF_ doenvd "${T}/10llvm-${revord}" |
