commit:     d8067956ae7040fe576d79949e76f9b3d852f520
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 15:08:11 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 12 15:10:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8067956

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 <AT> gentoo.org>

 sys-devel/llvm/llvm-7.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-7.1.0.ebuild b/sys-devel/llvm/llvm-7.1.0.ebuild
index 3fcb3fa117b..4571db63951 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+=(

Reply via email to