Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http/
Date: Thu, 01 Dec 2022 02:04:58
Message-Id: 1669860274.89fb26d6da7c6db8f9af0c6b5979689f03ad62b5.sam@gentoo
1 commit: 89fb26d6da7c6db8f9af0c6b5979689f03ad62b5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 02:04:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 02:04:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fb26d6
7
8 dev-ruby/http: Keyword 5.1.0 arm64, #761550
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/http/http-5.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/http/http-5.1.0.ebuild b/dev-ruby/http/http-5.1.0.ebuild
16 index d05205e7563f..c0905f6b34ba 100644
17 --- a/dev-ruby/http/http-5.1.0.ebuild
18 +++ b/dev-ruby/http/http-5.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/tarcieri/http"
26
27 LICENSE="MIT"
28 SLOT="$(ver_cut 1)"
29 -KEYWORDS="~amd64 ~sparc"
30 +KEYWORDS="~amd64 ~arm64 ~sparc"
31 IUSE=""
32
33 ruby_add_rdepend "=dev-ruby/addressable-2*