Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Protocol-http10/
Date: Tue, 27 Sep 2022 12:02:59
Message-Id: 1664280132.9d5e49997d437ad9d4d04bb156b6d3db8716ee14.jsmolic@gentoo
1 commit: 9d5e49997d437ad9d4d04bb156b6d3db8716ee14
2 Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 22 11:52:09 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 12:02:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5e4999
7
8 dev-perl/LWP-Protocol-http10: Keyword 6.30.0-r1 riscv, #872365
9
10 Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 0598fa5edbb8..6428e57264ec 100644
18 --- a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild
19 +++ b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -9,7 +9,7 @@ inherit perl-module
27
28 DESCRIPTION="Legacy HTTP/1.0 support for LWP"
29 SLOT="0"
30 -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
31 +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
32
33 RDEPEND="
34 >=dev-perl/HTTP-Message-6.0.0