diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-27 18:24:36 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:31:05 +0100 |
commit | 59ac9499c45f501215b07fe50389413a088054af (patch) | |
tree | dfe110fe3108c86c035bb01e7fc0a715317828ea /dev-perl/CGI-Simple | |
parent | dev-perl/CGI-FormBuilder: keyword 3.100.0-r1 for ~arm64 (diff) | |
download | gentoo-59ac9499c45f501215b07fe50389413a088054af.tar.gz gentoo-59ac9499c45f501215b07fe50389413a088054af.tar.bz2 gentoo-59ac9499c45f501215b07fe50389413a088054af.zip |
dev-perl/CGI-Simple: keyword 1.250.0 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/CGI-Simple')
-rw-r--r-- | dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild b/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild index 331a52633b4e..659986004bfd 100644 --- a/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild +++ b/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" # Bug: https://bugs.gentoo.org/721422 LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |