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-extras/
Date: Wed, 07 Feb 2018 05:52:13
Message-Id: 1517982700.e5b037e4b6c671aeacf7256cb4c686c0a99643ec.whissi@gentoo
1 commit: e5b037e4b6c671aeacf7256cb4c686c0a99643ec
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 05:48:25 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 05:51:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b037e4
7
8 dev-ruby/celluloid-extras: x86 keyworded (bug #570052)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild b/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild
16 index 95814cc5e13..e41b3823e37 100644
17 --- a/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild
18 +++ b/dev-ruby/celluloid-extras/celluloid-extras-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"