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-ruby/websocket/
Date: Sat, 28 May 2022 10:02:36
Message-Id: 1653732143.5c2c172d9b532f860d89680627ed0213a71333c3.jsmolic@gentoo
1 commit: 5c2c172d9b532f860d89680627ed0213a71333c3
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 10:02:23 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 10:02:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2c172d
7
8 dev-ruby/websocket: Keyword 1.2.9-r1 arm, #847859
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-ruby/websocket/websocket-1.2.9-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/websocket/websocket-1.2.9-r1.ebuild b/dev-ruby/websocket/websocket-1.2.9-r1.ebuild
16 index d3b4e870357a..b4b63e36e8da 100644
17 --- a/dev-ruby/websocket/websocket-1.2.9-r1.ebuild
18 +++ b/dev-ruby/websocket/websocket-1.2.9-r1.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/imanel/websocket-ruby"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~arm"
31 IUSE=""
32
33 ruby_add_bdepend "test? ( dev-ruby/rspec-its )"