diff options
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" |