commit: b52df5f9cc452a5cea246b68eced8c4f8870f1c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 10:02:00 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 11:13:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52df5f9
dev-ml/llvm-ocaml: Fix llvm_tools_dir substitution
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
index 7355598fd25..d0ff8f212f3 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
@@ -116,7 +116,7 @@ src_configure() {
local llvm_bindir=$(llvm-config --bindir)
# Force using system-installed tools.
sed -i -e "/llvm_tools_dir/s@\".*\"@\"${llvm_bindir}\"@" \
- "${BUILD_DIR}"/test/lit.site.cfg || die
+ "${BUILD_DIR}"/test/lit.site.cfg.py || die
fi
}