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 2005A138330 for ; Wed, 12 Oct 2016 06:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F7621C06C; Wed, 12 Oct 2016 06:30:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B999521C06C for ; Wed, 12 Oct 2016 06:30:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1C7434163C for ; Wed, 12 Oct 2016 06:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B261304 for ; Wed, 12 Oct 2016 06:30:33 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1474747831.6227bf90763a61adb71e1cda2ae7def898489ea7.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/lapack/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/lapack/lapack-3.6-r100.ebuild virtual/lapack/lapack-3.6.ebuild X-VCS-Directories: virtual/lapack/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 6227bf90763a61adb71e1cda2ae7def898489ea7 X-VCS-Branch: master Date: Wed, 12 Oct 2016 06:30:33 +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: 1a36789a-2de2-4233-a7df-ba5eebb0c07b X-Archives-Hash: ffd2b6e0d599c7510def4cf25669d577 commit: 6227bf90763a61adb71e1cda2ae7def898489ea7 Author: Matthias Maier gentoo org> AuthorDate: Sat Sep 24 19:49:12 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Sat Sep 24 20:10:31 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6227bf90 virtual/lapack: revision bump 3.6 to 3.6-r100 This ensures that ::science virtual (and packages) are preferred over versions in ::gentoo Package-Manager: portage-2.2.28 virtual/lapack/{lapack-3.6.ebuild => lapack-3.6-r100.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6-r100.ebuild similarity index 93% rename from virtual/lapack/lapack-3.6.ebuild rename to virtual/lapack/lapack-3.6-r100.ebuild index e18f2ae..bdacc42 100644 --- a/virtual/lapack/lapack-3.6.ebuild +++ b/virtual/lapack/lapack-3.6-r100.ebuild @@ -20,7 +20,7 @@ IUSE="doc int64" RDEPEND=" !app-eselect/eselect-lapack || ( - >=sci-libs/lapack-reference-${PV}[int64?,${MULTILIB_USEDEP}] + >=sci-libs/lapack-reference-${PV}-r100[int64?,${MULTILIB_USEDEP}] sci-libs/mkl[int64?,${MULTILIB_USEDEP}] abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34[lapack] ) ) )