Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Sun, 01 Oct 2017 11:13:22
Message-Id: 1506856397.b52df5f9cc452a5cea246b68eced8c4f8870f1c3.mgorny@gentoo
1 commit: b52df5f9cc452a5cea246b68eced8c4f8870f1c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 1 10:02:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 11:13:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52df5f9
7
8 dev-ml/llvm-ocaml: Fix llvm_tools_dir substitution
9
10 dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
14 index 7355598fd25..d0ff8f212f3 100644
15 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
16 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
17 @@ -116,7 +116,7 @@ src_configure() {
18 local llvm_bindir=$(llvm-config --bindir)
19 # Force using system-installed tools.
20 sed -i -e "/llvm_tools_dir/s@\".*\"@\"${llvm_bindir}\"@" \
21 - "${BUILD_DIR}"/test/lit.site.cfg || die
22 + "${BUILD_DIR}"/test/lit.site.cfg.py || die
23 fi
24 }