diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 22:21:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 22:22:14 +0200 |
commit | 147fa836c36d7496d6ef7ec955c17fee1386058d (patch) | |
tree | 2067d479e580d2e6b68c49adef293f0edb3d4b12 /dev-perl/Text-Glob | |
parent | dev-perl/Text-Glob: Remove old (diff) | |
download | gentoo-147fa836c36d7496d6ef7ec955c17fee1386058d.tar.gz gentoo-147fa836c36d7496d6ef7ec955c17fee1386058d.tar.bz2 gentoo-147fa836c36d7496d6ef7ec955c17fee1386058d.zip |
dev-perl/Text-Glob: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Glob')
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.110.0-r1.ebuild (renamed from dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild b/dev-perl/Text-Glob/Text-Glob-0.110.0-r1.ebuild index 7c7e54ad2851..b7df03ce67c0 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.110.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=RCLAMP DIST_VERSION=0.11 @@ -11,11 +11,11 @@ DESCRIPTION="Match globbing patterns against text" 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-Exporter" -DEPEND="${RDEPEND} +RDEPEND=" + virtual/perl-Exporter +" +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " |