Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-fsm/
Date: Wed, 07 Feb 2018 05:52:19
Message-Id: 1517982707.f4ebd01361310194e7fb019493d086ea9ece796c.whissi@gentoo
1 commit: f4ebd01361310194e7fb019493d086ea9ece796c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 05:49:40 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 05:51:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ebd013
7
8 dev-ruby/celluloid-fsm: x86 keyworded (bug #570052)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild b/dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild
16 index c7fad83db21..bffeb3c8a65 100644
17 --- a/dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild
18 +++ b/dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -17,7 +17,7 @@ IUSE=""
26 SLOT="0"
27
28 LICENSE="MIT"
29 -KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31
32 ruby_add_rdepend "
33 >=dev-ruby/timers-4.1.1"