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 1ECFE1396D0 for ; Mon, 25 Sep 2017 06:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DB01E0F61; Mon, 25 Sep 2017 06:44:27 +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 2AF64E0F61 for ; Mon, 25 Sep 2017 06:44:27 +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 E08EE34168E for ; Mon, 25 Sep 2017 06:44:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2292D908E for ; Mon, 25 Sep 2017 06:44:24 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1506321860.e6c5c2b53cbbb842263aab5a080f70c981ffa02f.patrick@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 X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: e6c5c2b53cbbb842263aab5a080f70c981ffa02f X-VCS-Branch: master Date: Mon, 25 Sep 2017 06:44:24 +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: 6b7e9e70-0779-4348-9124-243d8c6597d9 X-Archives-Hash: fdfe9b0e426992c4d07b2e60201728a7 commit: e6c5c2b53cbbb842263aab5a080f70c981ffa02f Author: Patrick Lauer gentoo org> AuthorDate: Mon Sep 25 06:44:07 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Sep 25 06:44:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c5c2b5 dev-lang/julia: Fix some build errors #628148 #628308 Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-lang/julia/julia-0.6.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/julia/julia-0.6.0.ebuild b/dev-lang/julia/julia-0.6.0.ebuild index 091fe9ed386..f3f54493445 100644 --- a/dev-lang/julia/julia-0.6.0.ebuild +++ b/dev-lang/julia/julia-0.6.0.ebuild @@ -37,12 +37,14 @@ RDEPEND=" sci-mathematics/glpk:0= sys-devel/llvm:4= >=sys-libs/libunwind-1.1:7= + =virtual/blas-3.6 virtual/lapack" DEPEND="${RDEPEND} + dev-vcs/git dev-util/patchelf virtual/pkgconfig"