From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC1281396D1 for ; Sun, 1 Oct 2017 09:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBEC92BC007; Sun, 1 Oct 2017 09:03:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A202E2BC007 for ; Sun, 1 Oct 2017 09:03:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C67CF341839 for ; Sun, 1 Oct 2017 09:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ECCA9096 for ; Sun, 1 Oct 2017 09:03:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1506848540.9b93b1af6ddd38da1f501344a9a1fab9cb484009.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9b93b1af6ddd38da1f501344a9a1fab9cb484009 X-VCS-Branch: master Date: Sun, 1 Oct 2017 09:03:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75b7b24d-fea1-46e0-8647-02c6a4de1706 X-Archives-Hash: cacefc7f8c687f8aa8834aa9c4202101 commit: 9b93b1af6ddd38da1f501344a9a1fab9cb484009 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 30 21:38:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 1 09:02:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b93b1af dev-ml/llvm-ocaml: Fix using external lit 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 b4f26a2e7dd..09f3c414946 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild @@ -98,7 +98,7 @@ src_configure() { ) use test && mycmakeargs+=( - -DLIT_COMMAND="${EPREFIX}/usr/bin/lit" + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" ) # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844