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/LWP-Protocol-http10/
Date: Tue, 01 Nov 2022 04:23:31
Message-Id: 1667276577.5cd444a292f92bc0a4390684f4e2fba61e58a6d7.arthurzam@gentoo
1 commit: 5cd444a292f92bc0a4390684f4e2fba61e58a6d7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 04:22:57 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 04:22:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd444a2
7
8 dev-perl/LWP-Protocol-http10: Keyword 6.30.0-r1 arm64, #878933
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild
16 index cf1d08d911aa..0e4384738b7b 100644
17 --- a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild
18 +++ b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild
19 @@ -9,7 +9,7 @@ inherit perl-module
20
21 DESCRIPTION="Legacy HTTP/1.0 support for LWP"
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-Message-6.0.0