summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-05-12 17:08:11 +0200
committerMichał Górny <mgorny@gentoo.org>2019-05-12 17:10:22 +0200
commitd8067956ae7040fe576d79949e76f9b3d852f520 (patch)
tree282627ff6eb2e21109ea1aeff023605a486b1401 /sys-devel
parentapp-emulation/wine-any: Sync with ::wine (diff)
downloadgentoo-d8067956ae7040fe576d79949e76f9b3d852f520.tar.gz
gentoo-d8067956ae7040fe576d79949e76f9b3d852f520.tar.bz2
gentoo-d8067956ae7040fe576d79949e76f9b3d852f520.zip
sys-devel/llvm: Fix typo in tblgen path, in 7.1.0
Closes: https://bugs.gentoo.org/685716 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/llvm-7.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-7.1.0.ebuild b/sys-devel/llvm/llvm-7.1.0.ebuild
index 3fcb3fa117b4..4571db639517 100644
--- a/sys-devel/llvm/llvm-7.1.0.ebuild
+++ b/sys-devel/llvm/llvm-7.1.0.ebuild
@@ -165,7 +165,7 @@ multilib_src_configure() {
fi
if tc-is-cross-compiler; then
- local tblgen="${EPREFIX}/usr/lib/llvm/${SLOT%.*}/bin/llvm-tblgen"
+ local tblgen="${EPREFIX}/usr/lib/llvm/${SLOT%/*}/bin/llvm-tblgen"
[[ -x "${tblgen}" ]] \
|| die "${tblgen} not found or usable"
mycmakeargs+=(