diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-31 17:37:31 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-31 17:37:31 +0100 |
commit | ba25e5505862105260623586ff6207343b795344 (patch) | |
tree | 40a5547a3ba538ce1ee46f184efe026e6dd4cd17 /dev-perl/GDGraph | |
parent | dev-perl/GDTextUtil: Stabilize 0.860.0-r3 amd64, #877713 (diff) | |
download | gentoo-ba25e5505862105260623586ff6207343b795344.tar.gz gentoo-ba25e5505862105260623586ff6207343b795344.tar.bz2 gentoo-ba25e5505862105260623586ff6207343b795344.zip |
dev-perl/GDGraph: Stabilize 1.540.0-r1 amd64, #877713
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-perl/GDGraph')
-rw-r--r-- | dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild b/dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild index c0a6188f3c3e..714cb6c7e1ea 100644 --- a/dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild +++ b/dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module 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" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-solaris" RDEPEND=" >=dev-perl/GD-1.180.0 |