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 510C81388C0 for ; Fri, 26 Feb 2016 09:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C05E080D; 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 D4BE4E080C 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 0D5D6340C8D 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 391261BA1 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: <1456476848.6cc5c5e418c97d8fd07cf15ea2493e2bba4338ec.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/scalapack/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/scalapack/scalapack-2.0.2.ebuild X-VCS-Directories: virtual/scalapack/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6cc5c5e418c97d8fd07cf15ea2493e2bba4338ec 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: aaaa98e0-33aa-4446-8773-e090dbf89084 X-Archives-Hash: 476208ea8f281531e3c5c031a0dbb4de commit: 6cc5c5e418c97d8fd07cf15ea2493e2bba4338ec Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 08:54:08 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 26 08:54:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6cc5c5e4 virtual/scalapack: Bump to EAPI=6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> virtual/scalapack/scalapack-2.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/scalapack/scalapack-2.0.2.ebuild b/virtual/scalapack/scalapack-2.0.2.ebuild index a4ff0bc..dda5707 100644 --- a/virtual/scalapack/scalapack-2.0.2.ebuild +++ b/virtual/scalapack/scalapack-2.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 MULTILIB_COMPAT=( abi_x86_{32,64} )