Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast_xs/
Date: Mon, 24 Jun 2019 15:14:19
Message-Id: 1561389221.ef33a9fe33e2ca090161794c60d5e0a8b5d5a524.haubi@gentoo
1 commit: ef33a9fe33e2ca090161794c60d5e0a8b5d5a524
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 24 15:07:24 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 15:13:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef33a9fe
7
8 dev-ruby/fast_xs: add ~amd64-linux ~x86-linux keywords
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.11
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
17 index 1f051c86dce..c8d176efc95 100644
18 --- a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
19 +++ b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
20 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/brianmario/fast_xs"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris ~x86-solaris"
25 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
26 IUSE=""
27
28 ruby_add_bdepend "test? ( dev-ruby/rack )"