diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-10 19:49:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-10 20:23:36 +0200 |
commit | 2cfcf3e7221be0aaf9798c6ef85eaed7c877338c (patch) | |
tree | 87032792c6d3882e3bf95c8b9b93d7245c2cfc47 /dev-perl/Sub-Install | |
parent | dev-perl/Sub-Info: EAPI=8 bump (diff) | |
download | gentoo-2cfcf3e7221be0aaf9798c6ef85eaed7c877338c.tar.gz gentoo-2cfcf3e7221be0aaf9798c6ef85eaed7c877338c.tar.bz2 gentoo-2cfcf3e7221be0aaf9798c6ef85eaed7c877338c.zip |
dev-perl/Sub-Install: 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/Sub-Install')
-rw-r--r-- | dev-perl/Sub-Install/Sub-Install-0.928.0-r1.ebuild (renamed from dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild) | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild b/dev-perl/Sub-Install/Sub-Install-0.928.0-r1.ebuild index 7a0001126869..26a6e10185e3 100644 --- a/dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild +++ b/dev-perl/Sub-Install/Sub-Install-0.928.0-r1.ebuild @@ -1,28 +1,24 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.928 +DIST_AUTHOR=RJBS +DIST_VERSION=0.928 inherit perl-module DESCRIPTION="Install subroutines into packages easily" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp virtual/perl-Scalar-List-Utils " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( >=virtual/perl-Test-Simple-0.960.0 ) " - -SRC_TEST="do parallel" |