diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-30 17:00:39 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-30 17:12:39 +0200 |
commit | 2f4ec1da21d3339826f7d995d206bc1e5bdace30 (patch) | |
tree | e678980280618d524517373e91c465707f52783f /dev-perl/GD-Graph3d | |
parent | dev-perl/GDGraph: EAPI=8 bump (diff) | |
download | gentoo-2f4ec1da21d3339826f7d995d206bc1e5bdace30.tar.gz gentoo-2f4ec1da21d3339826f7d995d206bc1e5bdace30.tar.bz2 gentoo-2f4ec1da21d3339826f7d995d206bc1e5bdace30.zip |
dev-perl/GD-Graph3d: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/GD-Graph3d')
-rw-r--r-- | dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r3.ebuild (renamed from dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild) | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild b/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r3.ebuild index 6bf5ee315d60..e45263162643 100644 --- a/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild +++ b/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r3.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=WADG DIST_VERSION=0.63 @@ -11,9 +11,11 @@ DESCRIPTION="Create 3D Graphs with GD and GD::Graph" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-solaris" -IUSE="" -RDEPEND=">=dev-perl/GD-1.18 - >=dev-perl/GDGraph-1.30 - dev-perl/GDTextUtil" -DEPEND="${RDEPEND}" +RDEPEND=" + >=dev-perl/GD-1.180.0 + >=dev-perl/GDGraph-1.300.0 + dev-perl/GDTextUtil +" +BDEPEND="${RDEPEND} +" |