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 96D2A139082 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 CD841E0E82; Tue, 28 Nov 2017 11:12:13 +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 A974FE0E82 for ; Tue, 28 Nov 2017 11:12:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 486E333BE2E 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 D3B7FAA65 for ; Tue, 28 Nov 2017 11:12:10 +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: <1511867166.d46791db7ecfdc352bec22795fe7596451407642.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.1-r1.ebuild dev-lang/julia/julia-0.6.1.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: d46791db7ecfdc352bec22795fe7596451407642 X-VCS-Branch: master Date: Tue, 28 Nov 2017 11:12:10 +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: 5a938654-8050-4552-80f4-cd449d70b001 X-Archives-Hash: 704ff88e53482ea231c4e15517a26820 commit: d46791db7ecfdc352bec22795fe7596451407642 Author: Matthias Maier gentoo org> AuthorDate: Tue Nov 28 11:01:52 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Nov 28 11:06:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46791db dev-lang/julia: use llvm.eclass, clean up ebuild Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-lang/julia/{julia-0.6.1.ebuild => julia-0.6.1-r1.ebuild} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-lang/julia/julia-0.6.1.ebuild b/dev-lang/julia/julia-0.6.1-r1.ebuild similarity index 97% rename from dev-lang/julia/julia-0.6.1.ebuild rename to dev-lang/julia/julia-0.6.1-r1.ebuild index 14f16226b89..8c9dbc67613 100644 --- a/dev-lang/julia/julia-0.6.1.ebuild +++ b/dev-lang/julia/julia-0.6.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 RESTRICT="test" -inherit eutils multilib pax-utils toolchain-funcs +inherit llvm pax-utils toolchain-funcs DESCRIPTION="High-performance programming language for technical computing" HOMEPAGE="https://julialang.org/" @@ -19,7 +19,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" +# julia 0.6* is compatible with llvm-4 RDEPEND=" + sys-devel/llvm:4= + sys-devel/clang:4=" +LLVM_MAX_SLOT=4 + +RDEPEND+=" dev-libs/double-conversion:0= dev-libs/gmp:0=