diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2016-09-20 16:15:32 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2016-09-20 16:23:41 -0400 |
commit | 0048915764c439fa866ce4a81fddfecc071b8c8e (patch) | |
tree | 05d52549b8086c4b3be511385bd727f6a3c88caa /dev-perl | |
parent | dev-perl/JavaScript-Minifier-XS: Revision Bump (diff) | |
download | gentoo-0048915764c439fa866ce4a81fddfecc071b8c8e.tar.gz gentoo-0048915764c439fa866ce4a81fddfecc071b8c8e.tar.bz2 gentoo-0048915764c439fa866ce4a81fddfecc071b8c8e.zip |
dev-perl/Scope-Upper: Fix QA issues and legacy interface usage
Use the latest EAPI to rely more on the defaults in the perl-module.eclass.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Scope-Upper/Scope-Upper-0.290.0.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Scope-Upper/Scope-Upper-0.290.0.ebuild b/dev-perl/Scope-Upper/Scope-Upper-0.290.0.ebuild index 9dc3fcd00b9b..8a333d1d95dd 100644 --- a/dev-perl/Scope-Upper/Scope-Upper-0.290.0.ebuild +++ b/dev-perl/Scope-Upper/Scope-Upper-0.290.0.ebuild @@ -2,20 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -MODULE_AUTHOR="VPIT" -MODULE_VERSION="0.29" +DIST_AUTHOR="VPIT" +DIST_VERSION="0.29" inherit perl-module DESCRIPTION="Act on upper scopes" -LICENSE="Artistic GPL-1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="" - -SRC_TEST="do" |