diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 17:37:54 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 17:49:31 +0200 |
commit | 3786f5b083e7dbe4fdf6121399da9bd279975cec (patch) | |
tree | 1aab25ca43153e27d75b25205e7aed2dc358f848 /dev-perl/Variable-Magic | |
parent | dev-perl/Validate-Tiny: EAPI=8 bump (diff) | |
download | gentoo-3786f5b083e7dbe4fdf6121399da9bd279975cec.tar.gz gentoo-3786f5b083e7dbe4fdf6121399da9bd279975cec.tar.bz2 gentoo-3786f5b083e7dbe4fdf6121399da9bd279975cec.zip |
dev-perl/Variable-Magic: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.620.0-r1.ebuild (renamed from dev-perl/Variable-Magic/Variable-Magic-0.620.0.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.620.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.620.0-r1.ebuild index d5e3de19bb34..52d52ebaf673 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.620.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.620.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=VPIT DIST_VERSION=0.62 @@ -12,15 +12,13 @@ DESCRIPTION="Associate user-defined magic to variables from Perl" 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-Exporter virtual/perl-XSLoader " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple |