From fbaab580673a4c9f2989f9b4b9d54635aafadc4a Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 25 Oct 2012 04:39:06 +1300 Subject: [scripts/gen_ebuild] generate EAPI=5 by default --- scripts/gen_ebuild.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gen_ebuild.pl') 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'); -- cgit v1.2.3-65-gdbad