summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-30 16:59:21 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-30 17:12:36 +0200
commit719ee096cb71ad024bc1e7cb480b02447741ea91 (patch)
tree0ba63d7da38699bb8c38c9ae03bd99b3de424e82
parentdev-perl/Finance-YahooQuote: Remove old (diff)
downloadgentoo-719ee096cb71ad024bc1e7cb480b02447741ea91.tar.gz
gentoo-719ee096cb71ad024bc1e7cb480b02447741ea91.tar.bz2
gentoo-719ee096cb71ad024bc1e7cb480b02447741ea91.zip
dev-perl/GDGraph: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild (renamed from dev-perl/GDGraph/GDGraph-1.540.0.ebuild)6
1 files 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
index a7538523c9ba..c0a6188f3c3e 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