Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/
Date: Sat, 30 Apr 2016 16:57:50
Message-Id: 1462035372.b0844266192fe8044e9a7c70321ecfb6ee7df2a3.dilfridge@gentoo
1 commit: b0844266192fe8044e9a7c70321ecfb6ee7df2a3
2 Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 27 12:08:54 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 16:56:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0844266
7
8 app-portage/g-cpan: switch to use EAPI=6
9
10 since now we have going to have a test enabled by default
11
12 app-portage/g-cpan/g-cpan-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild
16 index ab817e5..2aebfdc 100644
17 --- a/app-portage/g-cpan/g-cpan-9999.ebuild
18 +++ b/app-portage/g-cpan/g-cpan-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 inherit perl-module
27 if [[ ${PV} == "9999" ]] ; then