Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast_xs/
Date: Mon, 28 Feb 2022 07:06:29
Message-Id: 1646031722.71fe394aed2c9631ab42c68afc2238d74a9801ea.dlan@gentoo
1 commit: 71fe394aed2c9631ab42c68afc2238d74a9801ea
2 Author: Alex Fan <alex.fan.q <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 28 01:28:26 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 07:02:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fe394a
7
8 dev-ruby/fast_xs: keyword 0.8.0-r3 for ~riscv
9
10 Signed-off-by: Alex Fan <alex.fan.q <AT> gmail.com>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild
17 index 0d575286aec5..93c91348c218 100644
18 --- a/dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild
19 +++ b/dev-ruby/fast_xs/fast_xs-0.8.0-r3.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=7
26 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/brianmario/fast_xs"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
31 +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
32 IUSE=""
33
34 ruby_add_bdepend "test? ( dev-ruby/rack )"