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 759C51388C0 for ; Fri, 26 Feb 2016 09:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 789F821C010; Fri, 26 Feb 2016 09:02:39 +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 D543FE0810 for ; Fri, 26 Feb 2016 09:02:37 +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 06875340C01 for ; Fri, 26 Feb 2016 09:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C849E2099 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: <1456477050.0e8b969c819fb042b076bf0eb6447c9a30cf9071.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/lapacke/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/lapacke/lapacke-3.6.ebuild X-VCS-Directories: virtual/lapacke/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0e8b969c819fb042b076bf0eb6447c9a30cf9071 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: 33766ea1-bb04-470e-bd38-9811d6f2b04c X-Archives-Hash: b261f9bd8b862046b3d06f0e9a8f3287 commit: 0e8b969c819fb042b076bf0eb6447c9a30cf9071 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 08:57:30 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 26 08:57:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e8b969c virtual/lapacke: Bump to EAPI=6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> virtual/lapacke/lapacke-3.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/lapacke/lapacke-3.6.ebuild b/virtual/lapacke/lapacke-3.6.ebuild index b151179..ab536ee 100644 --- a/virtual/lapacke/lapacke-3.6.ebuild +++ b/virtual/lapacke/lapacke-3.6.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} )