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 246B91396D0 for ; Sat, 16 Sep 2017 05:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 520321FC009; Sat, 16 Sep 2017 05:01:20 +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 EAEE41FC009 for ; Sat, 16 Sep 2017 05:01:19 +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 E489833BE32 for ; Sat, 16 Sep 2017 05:01:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20F659073 for ; Sat, 16 Sep 2017 05:01:16 +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: <1505537443.7950286ffa90947b43f92add9b68bcce0282c55d.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-0.6.0.ebuild 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: 7950286ffa90947b43f92add9b68bcce0282c55d X-VCS-Branch: master Date: Sat, 16 Sep 2017 05:01:16 +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: 6cba2885-5ca3-4e2f-836d-45d5ee4f6b98 X-Archives-Hash: abb1264575557e4d8d6da443ac2e432f commit: 7950286ffa90947b43f92add9b68bcce0282c55d Author: Matthias Maier gentoo org> AuthorDate: Sat Sep 16 04:50:43 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Sep 16 04:50:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7950286f dev-lang/julia: update llvm dependencies Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-lang/julia/julia-0.6.0.ebuild | 2 +- dev-lang/julia/julia-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/julia/julia-0.6.0.ebuild b/dev-lang/julia/julia-0.6.0.ebuild index 98506e18461..091fe9ed386 100644 --- a/dev-lang/julia/julia-0.6.0.ebuild +++ b/dev-lang/julia/julia-0.6.0.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=dev-libs/libpcre2-10.23:0=[jit] sci-libs/umfpack:0= sci-mathematics/glpk:0= - >=sys-devel/llvm-3.9:= + sys-devel/llvm:4= >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0= diff --git a/dev-lang/julia/julia-9999.ebuild b/dev-lang/julia/julia-9999.ebuild index 958c72d6a32..586f37aad42 100644 --- a/dev-lang/julia/julia-9999.ebuild +++ b/dev-lang/julia/julia-9999.ebuild @@ -32,7 +32,7 @@ RDEPEND=" sci-libs/spqr:0= sci-libs/umfpack:0= sci-mathematics/glpk:0= - >=sys-devel/llvm-3.9:0= + >=sys-devel/llvm-4.0.0:= >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0=