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 F0579138208 for ; Sat, 30 Apr 2016 16:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E75821C01E; Sat, 30 Apr 2016 16:57:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 673FF21C00E for ; Sat, 30 Apr 2016 16:57:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 787E4340D65 for ; Sat, 30 Apr 2016 16:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 553A1339 for ; Sat, 30 Apr 2016 16:57:44 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1462035372.b0844266192fe8044e9a7c70321ecfb6ee7df2a3.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-cpan/g-cpan-9999.ebuild X-VCS-Directories: app-portage/g-cpan/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: b0844266192fe8044e9a7c70321ecfb6ee7df2a3 X-VCS-Branch: master Date: Sat, 30 Apr 2016 16:57:44 +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: ee1d7119-d5f0-4efb-98a3-b9cd9be3c695 X-Archives-Hash: b34daf1d15ac94061b5b8675291ea4ed commit: b0844266192fe8044e9a7c70321ecfb6ee7df2a3 Author: Sergiy Borodych gmail com> AuthorDate: Wed Apr 27 12:08:54 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Apr 30 16:56:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0844266 app-portage/g-cpan: switch to use EAPI=6 since now we have going to have a test enabled by default app-portage/g-cpan/g-cpan-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild index ab817e5..2aebfdc 100644 --- a/app-portage/g-cpan/g-cpan-9999.ebuild +++ b/app-portage/g-cpan/g-cpan-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit perl-module if [[ ${PV} == "9999" ]] ; then