diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-18 21:29:26 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-18 21:54:32 +0100 |
commit | cfbd16fd14252857a05d460689b57c0c40e37186 (patch) | |
tree | 3c4410b7a977ad61154b4ad6eb3fa0a0ef7faf67 /dev-perl/Moose-Autobox | |
parent | sys-fs/udev: add 249.6 (diff) | |
download | gentoo-cfbd16fd14252857a05d460689b57c0c40e37186.tar.gz gentoo-cfbd16fd14252857a05d460689b57c0c40e37186.tar.bz2 gentoo-cfbd16fd14252857a05d460689b57c0c40e37186.zip |
dev-perl/Moose-Autobox: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Moose-Autobox')
-rw-r--r-- | dev-perl/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild (renamed from dev-perl/Moose-Autobox/Moose-Autobox-0.160.0.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.160.0.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild index 7f6346a719e8..f02d662b4ee0 100644 --- a/dev-perl/Moose-Autobox/Moose-Autobox-0.160.0.ebuild +++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=ETHER DIST_VERSION=0.16 @@ -11,8 +11,6 @@ DESCRIPTION="Autoboxed wrappers for Native Perl datatypes" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp @@ -25,7 +23,7 @@ RDEPEND=" dev-perl/namespace-autoclean virtual/perl-parent " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-Tiny-0.34.0 test? ( virtual/perl-File-Spec |