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 2C7E71396D0 for ; Sun, 1 Oct 2017 09:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 250CE2BC03F; Sun, 1 Oct 2017 09:03:11 +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 065A52BC03F for ; Sun, 1 Oct 2017 09:03:11 +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 CD1AB341879 for ; Sun, 1 Oct 2017 09:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2029D90A4 for ; Sun, 1 Oct 2017 09:03:06 +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: <1506848560.1d7bf5ebdc1078dafdf57b5e96eff2ec3af25c7d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-9999.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d7bf5ebdc1078dafdf57b5e96eff2ec3af25c7d X-VCS-Branch: master Date: Sun, 1 Oct 2017 09:03:06 +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: bfaad202-431f-4700-bd8a-3c72f288377a X-Archives-Hash: fde41ff9cbecc79daeeff18faa69004a commit: 1d7bf5ebdc1078dafdf57b5e96eff2ec3af25c7d Author: Michał Górny gentoo org> AuthorDate: Sat Sep 30 21:42:22 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 1 09:02:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7bf5eb sys-libs/libcxx: Fix using external lit sys-libs/libcxx/libcxx-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 3a1e5e5de31..6c9b1478da7 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -138,7 +138,7 @@ multilib_src_configure() { # this can be any directory, it just needs to exist... # FIXME: remove this once https://reviews.llvm.org/D25093 is merged -DLLVM_MAIN_SRC_DIR="${T}" - -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" ) fi cmake-utils_src_configure