diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-04 18:35:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-04 18:36:52 +0200 |
commit | d9a6a192064437edba62e514a8879c242c99ed9b (patch) | |
tree | b38a2abb7245b28fd8b4c0291a27474ec95e8c64 /dev-perl/Mo | |
parent | dev-perl/MLDBM-Sync: EAPI=8 bump, add missing dep, drop to ~sparc (diff) | |
download | gentoo-d9a6a192064437edba62e514a8879c242c99ed9b.tar.gz gentoo-d9a6a192064437edba62e514a8879c242c99ed9b.tar.bz2 gentoo-d9a6a192064437edba62e514a8879c242c99ed9b.zip |
dev-perl/Mo: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mo')
-rw-r--r-- | dev-perl/Mo/Mo-0.400.0-r1.ebuild (renamed from dev-perl/Mo/Mo-0.400.0.ebuild) | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/dev-perl/Mo/Mo-0.400.0.ebuild b/dev-perl/Mo/Mo-0.400.0-r1.ebuild index c8bba29919b8..00439c3895c0 100644 --- a/dev-perl/Mo/Mo-0.400.0.ebuild +++ b/dev-perl/Mo/Mo-0.400.0-r1.ebuild @@ -1,20 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=TINITA -MODULE_VERSION=0.40 +DIST_AUTHOR=TINITA +DIST_VERSION=0.40 inherit perl-module DESCRIPTION="Perl Micro Object framework" HOMEPAGE="https://metacpan.org/pod/distribution/Mo/lib/Mo.pod" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND}" - -SRC_TEST="do" |