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 DB7CC139084 for ; Tue, 28 Nov 2017 11:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECFB7E0E93; Tue, 28 Nov 2017 11:12:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BACE8E0E93 for ; Tue, 28 Nov 2017 11:12:13 +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 B3C2533BF55 for ; Tue, 28 Nov 2017 11:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 064F7AA67 for ; Tue, 28 Nov 2017 11:12:11 +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: <1511867507.85a95e1cb4caaeaab83c5ba2da2678327fbc2bd7.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-9999.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 85a95e1cb4caaeaab83c5ba2da2678327fbc2bd7 X-VCS-Branch: master Date: Tue, 28 Nov 2017 11:12:11 +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: f7578ac4-e36d-4bad-bb9e-fc6171ef5971 X-Archives-Hash: b87deb847ab48699e0aa507f07fd6352 commit: 85a95e1cb4caaeaab83c5ba2da2678327fbc2bd7 Author: Matthias Maier gentoo org> AuthorDate: Tue Nov 28 11:05:44 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Nov 28 11:11:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a95e1c dev-lang/julia: update live ebuild Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-lang/julia/julia-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-lang/julia/julia-9999.ebuild b/dev-lang/julia/julia-9999.ebuild index fd0c49b3d42..86d5657b25d 100644 --- a/dev-lang/julia/julia-9999.ebuild +++ b/dev-lang/julia/julia-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 RESTRICT="test" -inherit git-r3 elisp-common eutils multilib pax-utils toolchain-funcs +inherit git-r3 llvm pax-utils toolchain-funcs DESCRIPTION="High-performance programming language for technical computing" HOMEPAGE="https://julialang.org/" @@ -18,6 +18,10 @@ KEYWORDS="" IUSE="" RDEPEND=" + >=sys-devel/llvm-4.0.0:= + >=sys-devel/clang-4.0.0:=" + +RDEPEND+=" dev-libs/double-conversion:0= dev-libs/gmp:0= dev-libs/libgit2:0= @@ -32,7 +36,6 @@ RDEPEND=" >=dev-libs/libpcre2-10.23:0=[jit] sci-libs/umfpack:0= sci-mathematics/glpk:0= - >=sys-devel/llvm-4.0.0:= >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0=