summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-08 21:13:52 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:18:26 +0200
commit65c13dd8fa9a4bb8762ade02b3b9b71e491de4b5 (patch)
treeba5d6be023b1afc6a51aabcac125163eb9e33752 /sys-devel/llvm
parentsys-libs/libomp: Update upstream git URI (diff)
downloadgentoo-65c13dd8fa9a4bb8762ade02b3b9b71e491de4b5.tar.gz
gentoo-65c13dd8fa9a4bb8762ade02b3b9b71e491de4b5.tar.bz2
gentoo-65c13dd8fa9a4bb8762ade02b3b9b71e491de4b5.zip
sys-devel/llvm: Do not append VCS revision to version
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 7b69f3956917..9e9b95c1baab 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -99,6 +99,9 @@ multilib_src_configure() {
local libdir=$(get_libdir)
local mycmakeargs=(
+ # disable appending VCS revision to the version to improve
+ # direct cache hit ratio
+ -DLLVM_APPEND_VC_REV=OFF
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/lib/llvm/${SLOT}"
-DLLVM_LIBDIR_SUFFIX=${libdir#lib}