From d8067956ae7040fe576d79949e76f9b3d852f520 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 12 May 2019 17:08:11 +0200 Subject: sys-devel/llvm: Fix typo in tblgen path, in 7.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/685716 Signed-off-by: Michał Górny --- sys-devel/llvm/llvm-7.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-devel/llvm') 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+=( -- cgit v1.2.3-65-gdbad