diff options
author | 2022-10-31 17:37:27 +0100 | |
---|---|---|
committer | 2022-10-31 17:37:27 +0100 | |
commit | f678daf09321303987c2d028466e4ed56932406b (patch) | |
tree | c5cf263c4af1d8763034222eab5800dd860ee3ea /dev-perl/Chart | |
parent | dev-perl/GD: Stabilize 2.730.0-r1 amd64, #877713 (diff) | |
download | gentoo-f678daf09321303987c2d028466e4ed56932406b.tar.gz gentoo-f678daf09321303987c2d028466e4ed56932406b.tar.bz2 gentoo-f678daf09321303987c2d028466e4ed56932406b.zip |
dev-perl/Chart: Stabilize 2.4.10-r2 amd64, #877713
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-perl/Chart')
-rw-r--r-- | dev-perl/Chart/Chart-2.4.10-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Chart/Chart-2.4.10-r2.ebuild b/dev-perl/Chart/Chart-2.4.10-r2.ebuild index b6f4cb4ea112..4bacdd1e9e88 100644 --- a/dev-perl/Chart/Chart-2.4.10-r2.ebuild +++ b/dev-perl/Chart/Chart-2.4.10-r2.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=7 @@ -12,7 +12,7 @@ DESCRIPTION="The Perl Chart Module" # https://bugs.gentoo.org/724570 LICENSE="|| ( Artistic GPL-1+ ) || ( MIT ( GPL-1 GPL-2 ) )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |