diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-10-29 19:07:13 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-23 15:02:15 +0100 |
commit | 0cc77b65731900f65afe651b4092ba3d0cf51e14 (patch) | |
tree | ef2717740897210318408fbd3f2bc7b7c64a540e /dev-perl | |
parent | dev-perl/Business-Hours: Keyword 0.130.0-r1 riscv, #878483 (diff) | |
download | gentoo-0cc77b65731900f65afe651b4092ba3d0cf51e14.tar.gz gentoo-0cc77b65731900f65afe651b4092ba3d0cf51e14.tar.bz2 gentoo-0cc77b65731900f65afe651b4092ba3d0cf51e14.zip |
dev-perl/CGI-PSGI: Keyword 0.150.0-r2 riscv, #878483
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.ebuild b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.ebuild index 46d461fd17ae..e6b8dcb42b8b 100644 --- a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.ebuild +++ b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r2.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Adapt CGI.pm to the PSGI protocol" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |