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 04:03:17
Message-Id: 1669867367.0ef9a79bdb2cd6d830c1f514107b56bf7c515e50.sam@gentoo
1 commit: 0ef9a79bdb2cd6d830c1f514107b56bf7c515e50
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 04:02:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 04:02:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef9a79b
7
8 dev-ruby/http: Keyword 5.1.0 ppc64, #761550
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/http/http-5.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/http/http-5.1.0.ebuild b/dev-ruby/http/http-5.1.0.ebuild
16 index 6db6370b25a8..f4ee12e08444 100644
17 --- a/dev-ruby/http/http-5.1.0.ebuild
18 +++ b/dev-ruby/http/http-5.1.0.ebuild
19 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/tarcieri/http"
20
21 LICENSE="MIT"
22 SLOT="$(ver_cut 1)"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
25 IUSE=""
26
27 ruby_add_rdepend "=dev-ruby/addressable-2*