commit: 719ee096cb71ad024bc1e7cb480b02447741ea91
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 14:59:21 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 15:12:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719ee096
dev-perl/GDGraph: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../GDGraph/{GDGraph-1.540.0.ebuild => GDGraph-1.540.0-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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 a7538523c9b..c0a6188f3c3 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