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 E66EF1388C0 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 23E9BE0804; Fri, 26 Feb 2016 09:02:36 +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 714C0E07FD for ; Fri, 26 Feb 2016 09:02:35 +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 55A17340C33 for ; Fri, 26 Feb 2016 09:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02A041B8A 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: <1456476746.fe2404000599f8d6b6bd84aed725d24fa91be11e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/blacs/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/blacs/blacs-1.1-r1.ebuild X-VCS-Directories: virtual/blacs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: fe2404000599f8d6b6bd84aed725d24fa91be11e 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: ddbb10da-b4b9-4b16-9701-71f249ecfa49 X-Archives-Hash: 388b995e711b04aba813ebad2070d1ae commit: fe2404000599f8d6b6bd84aed725d24fa91be11e Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 08:52:26 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 26 08:52:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fe240400 virtual/blacs: Bump EAPI to 6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> virtual/blacs/blacs-1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/blacs/blacs-1.1-r1.ebuild b/virtual/blacs/blacs-1.1-r1.ebuild index 3541e2c..55db93a 100644 --- a/virtual/blacs/blacs-1.1-r1.ebuild +++ b/virtual/blacs/blacs-1.1-r1.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} )