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 9DA5B13835B for ; Thu, 8 Apr 2021 02:31:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D45C9E092E; Thu, 8 Apr 2021 02:31:23 +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 B9351E092E for ; Thu, 8 Apr 2021 02:31:23 +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 F3610340D38 for ; Thu, 8 Apr 2021 02:31:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D15649 for ; Thu, 8 Apr 2021 02:31:18 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1617847601.8e3036b0d7008fae630d2d93b3719ae4039a91b6.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/julia/julia-1.6.0.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 8e3036b0d7008fae630d2d93b3719ae4039a91b6 X-VCS-Branch: master Date: Thu, 8 Apr 2021 02:31:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2956727c-44e1-4997-afd0-11a165dd31d3 X-Archives-Hash: c3c0117eac30eb229e26dea0089b3af2 commit: 8e3036b0d7008fae630d2d93b3719ae4039a91b6 Author: Matthias Maier gentoo org> AuthorDate: Thu Apr 8 02:06:41 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Apr 8 02:06:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3036b0 dev-lang/julia: default enable USE=sytem-llvm Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> dev-lang/julia/julia-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/julia/julia-1.6.0.ebuild b/dev-lang/julia/julia-1.6.0.ebuild index 5296e35163d..cc14c651833 100644 --- a/dev-lang/julia/julia-1.6.0.ebuild +++ b/dev-lang/julia/julia-1.6.0.ebuild @@ -25,7 +25,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="system-llvm" +IUSE="+system-llvm" RDEPEND=" system-llvm? ( sys-devel/llvm:11=[llvm_targets_NVPTX(-)] )