diff options
author | Kent Fredric <kentfredric@gmail.com> | 2015-06-17 12:03:17 +1200 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2015-06-17 12:03:17 +1200 |
commit | b1791a8ea8b7d98ce412d7acb1f4d0d3efe1e79e (patch) | |
tree | e5bac6f4c630c45dc32021d7a4bc7dddd261e25c /dev-perl/Mason | |
parent | [fixup] Test-Expect: EAPI5 (diff) | |
download | perl-overlay-b1791a8ea8b7d98ce412d7acb1f4d0d3efe1e79e.tar.gz perl-overlay-b1791a8ea8b7d98ce412d7acb1f4d0d3efe1e79e.tar.bz2 perl-overlay-b1791a8ea8b7d98ce412d7acb1f4d0d3efe1e79e.zip |
[fixup] Mason: EAPI5
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-perl/Mason')
-rw-r--r-- | dev-perl/Mason/Mason-2.200.0-r1.ebuild (renamed from dev-perl/Mason/Mason-2.200.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Mason/Mason-2.200.0.ebuild b/dev-perl/Mason/Mason-2.200.0-r1.ebuild index f2944332f..bd20bacda 100644 --- a/dev-perl/Mason/Mason-2.200.0.ebuild +++ b/dev-perl/Mason/Mason-2.200.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=JSWARTZ MODULE_VERSION=2.20 inherit perl-module DESCRIPTION='Powerful, high-performance templating for the web and beyond' -LICENSE=" || ( Artistic GPL-2 )" + SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" @@ -65,4 +65,3 @@ DEPEND=" RDEPEND=" $(perl_meta_runtime) " -SRC_TEST="do" |