diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-24 01:50:11 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-24 01:55:29 +0200 |
commit | 625fa062f26d6f4a63fda8597fe331e253696edb (patch) | |
tree | 054a325d5869a8bbdedbb9bf0ae2980bcab36600 /dev-perl/DynaLoader-Functions | |
parent | dev-perl/Dumbbench: Remove old (diff) | |
download | gentoo-625fa062f26d6f4a63fda8597fe331e253696edb.tar.gz gentoo-625fa062f26d6f4a63fda8597fe331e253696edb.tar.bz2 gentoo-625fa062f26d6f4a63fda8597fe331e253696edb.zip |
dev-perl/DynaLoader-Functions: 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/DynaLoader-Functions')
-rw-r--r-- | dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0-r1.ebuild (renamed from dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild b/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0-r1.ebuild index 27f4319b4771..1d755a36f279 100644 --- a/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.0.ebuild +++ b/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.3.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=ZEFRAM DIST_VERSION=0.003 @@ -10,15 +10,13 @@ inherit perl-module DESCRIPTION="Deconstructed Dynamic C Library Loading" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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-Exporter virtual/perl-XSLoader " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} dev-perl/Module-Build test? ( virtual/perl-Test-Simple |