Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
Date: Tue, 01 Nov 2022 04:23:30
Message-Id: 1667276576.29450b48d7e627cb1ad4ec182c67453c53358404.arthurzam@gentoo
1 commit: 29450b48d7e627cb1ad4ec182c67453c53358404
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 04:22:56 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 04:22:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29450b48
7
8 dev-perl/HTTP-Server-Simple-PSGI: Keyword 0.160.0-r1 arm64, #878933
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
16 index d40a92c4f259..75447dce6b14 100644
17 --- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
18 +++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0-r1.ebuild
19 @@ -9,7 +9,7 @@ inherit perl-module
20
21 DESCRIPTION="PSGI handler for HTTP::Server::Simple"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~riscv sparc x86"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
25
26 RDEPEND="
27 >=dev-perl/HTTP-Server-Simple-0.420.0