From 1d540f00ad47b782c30723bcd341060378e0b6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Wed, 11 Aug 2021 23:17:33 +0200 Subject: [PATCH] dev-perl/Syntax-Keyword-Junction: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- ...8-r1.ebuild => Syntax-Keyword-Junction-0.3.8-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename dev-perl/Syntax-Keyword-Junction/{Syntax-Keyword-Junction-0.3.8-r1.ebuild => Syntax-Keyword-Junction-0.3.8-r2.ebuild} (88%) diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r2.ebuild similarity index 88% rename from dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild rename to dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r2.ebuild index 7b2bc46570873..dfb14ef126354 100644 --- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild +++ b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r2.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=FREW DIST_VERSION=0.003008 @@ -11,19 +11,18 @@ DESCRIPTION="Perl6 style Junction operators in Perl5" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Sub-Exporter-Progressive-0.1.6 virtual/perl-parent dev-perl/syntax " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( >=virtual/perl-Test-Simple-0.880.0 >=dev-perl/Test-Requires-0.70.0 ) " + PERL_RM_FILES=( "t/release-pod-syntax.t" )