From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84F041388C0 for ; Fri, 26 Feb 2016 09:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9633CE080C; Fri, 26 Feb 2016 09:02:37 +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 CD5C6E080A for ; Fri, 26 Feb 2016 09:02:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09756340C33 for ; Fri, 26 Feb 2016 09:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CD611CEB for ; Fri, 26 Feb 2016 09:02:32 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1456476881.35303943fbdb6e625ec6869b0bc4a0f1fccc2b3e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/blas/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/blas/blas-2.1-r5.ebuild X-VCS-Directories: virtual/blas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 35303943fbdb6e625ec6869b0bc4a0f1fccc2b3e X-VCS-Branch: master Date: Fri, 26 Feb 2016 09:02:32 +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: 5505262b-2207-401d-bd6e-90b18ebc76c6 X-Archives-Hash: debb1a36797e623c28555361871b37d6 commit: 35303943fbdb6e625ec6869b0bc4a0f1fccc2b3e Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 08:54:41 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 26 08:54:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=35303943 virtual/blas: Bump EAPI to 6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> virtual/blas/blas-2.1-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/blas/blas-2.1-r5.ebuild b/virtual/blas/blas-2.1-r5.ebuild index 1a95909..8fff54d 100644 --- a/virtual/blas/blas-2.1-r5.ebuild +++ b/virtual/blas/blas-2.1-r5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 MULTILIB_COMPAT=( abi_x86_{32,64} )