From 147fa836c36d7496d6ef7ec955c17fee1386058d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Thu, 23 Sep 2021 22:21:33 +0200 Subject: [PATCH] dev-perl/Text-Glob: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- ...Glob-0.110.0.ebuild => Text-Glob-0.110.0-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename dev-perl/Text-Glob/{Text-Glob-0.110.0.ebuild => Text-Glob-0.110.0-r1.ebuild} (83%) 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 similarity index 83% rename from dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild rename to dev-perl/Text-Glob/Text-Glob-0.110.0-r1.ebuild index 7c7e54ad2851f..b7df03ce67c0a 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 ) "