summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2012-10-25 04:39:06 +1300
committerKent Fredric <kentfredric@gmail.com>2012-10-25 04:39:06 +1300
commitfbaab580673a4c9f2989f9b4b9d54635aafadc4a (patch)
treef26aac52ffb14486b25ea01a311c1b1f4aa50df6 /scripts
parent[fix] add missing metadata.xml for Catalyst-Plugin-StatusMessage (diff)
downloadperl-overlay-fbaab580673a4c9f2989f9b4b9d54635aafadc4a.tar.gz
perl-overlay-fbaab580673a4c9f2989f9b4b9d54635aafadc4a.tar.bz2
perl-overlay-fbaab580673a4c9f2989f9b4b9d54635aafadc4a.zip
[scripts/gen_ebuild] generate EAPI=5 by default
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_ebuild.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_ebuild.pl b/scripts/gen_ebuild.pl
index 7c89f451d..2181a5422 100755
--- a/scripts/gen_ebuild.pl
+++ b/scripts/gen_ebuild.pl
@@ -144,7 +144,7 @@ say "Writing $file";
$fh->say("# Copyright 1999-$year Gentoo Foundation");
$fh->say("# Distributed under the terms of the GNU General Public License v2");
$fh->say("# \$Header: \$");
-$fh->say("EAPI=4");
+$fh->say("EAPI=5");
$fh->say( "MODULE_AUTHOR=" . $release_info->{author} );
$fh->say( "MODULE_VERSION=" . $release_info->{version} );
$fh->say('inherit perl-module');