From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-849796-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id D4F151384B4
	for <garchives@archives.gentoo.org>; Thu,  3 Dec 2015 09:55:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 75EDB21C07F;
	Thu,  3 Dec 2015 09:55:27 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2207F21C07F
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Dec 2015 09:55:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1D7EF340943
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Dec 2015 09:55:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EC6A5C91
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Dec 2015 09:55:24 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1449131925.78eb73445aa8fea78e969d6ce4a6431e757fe0f7.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lapack-reference/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-libs/lapack-reference/lapack-reference-3.6.0-r1.ebuild sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
X-VCS-Directories: sci-libs/lapack-reference/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 78eb73445aa8fea78e969d6ce4a6431e757fe0f7
X-VCS-Branch: master
Date: Thu,  3 Dec 2015 09:55:24 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9c1bd588-5bef-41f5-af79-794706d68463
X-Archives-Hash: da1d0817a3616470576a5e91131c4003

commit:     78eb73445aa8fea78e969d6ce4a6431e757fe0f7
Author:     Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
AuthorDate: Thu Dec  3 08:38:45 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 08:38:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=78eb7344

sci-libs/lapack-reference: revbump

 .../{lapack-reference-3.6.0.ebuild => lapack-reference-3.6.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild b/sci-libs/lapack-reference/lapack-reference-3.6.0-r1.ebuild
similarity index 97%
rename from sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
rename to sci-libs/lapack-reference/lapack-reference-3.6.0-r1.ebuild
index c06fe42..bec6ed9 100644
--- a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
+++ b/sci-libs/lapack-reference/lapack-reference-3.6.0-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 
 NUMERIC_MODULE_NAME="reflapack"
 
-inherit alternatives-2 cmake-utils fortran-2 numeric-int64-multibuild python-any-r1 eutils
+inherit alternatives-2 cmake-utils eutils fortran-2 numeric-int64-multibuild python-any-r1
 
 MY_PN=lapack
 MYP=${MY_PN}-${PV}