From 719ee096cb71ad024bc1e7cb480b02447741ea91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 30 Oct 2021 16:59:21 +0200 Subject: [PATCH] dev-perl/GDGraph: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../{GDGraph-1.540.0.ebuild => GDGraph-1.540.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-perl/GDGraph/{GDGraph-1.540.0.ebuild => GDGraph-1.540.0-r1.ebuild} (92%) diff --git a/dev-perl/GDGraph/GDGraph-1.540.0.ebuild b/dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild similarity index 92% rename from dev-perl/GDGraph/GDGraph-1.540.0.ebuild rename to dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild index a7538523c9baf..c0a6188f3c3e7 100644 --- a/dev-perl/GDGraph/GDGraph-1.540.0.ebuild +++ b/dev-perl/GDGraph/GDGraph-1.540.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=RUZ DIST_VERSION=1.54 @@ -11,8 +11,6 @@ DESCRIPTION="Perl5 module to create charts using the GD module" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/GD-1.180.0 @@ -20,6 +18,8 @@ RDEPEND=" media-libs/gd " DEPEND="${RDEPEND} +" +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.760.0 test? ( >=dev-perl/Capture-Tiny-0.300.0