diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-07 06:48:25 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-07 06:51:40 +0100 |
commit | e5b037e4b6c671aeacf7256cb4c686c0a99643ec (patch) | |
tree | 2c22f9ba44946b41f96bbdc782c6fe418064f961 /dev-ruby/celluloid-extras | |
parent | dev-ruby/dotenv: x86 keyworded (bug #570052) (diff) | |
download | gentoo-e5b037e4b6c671aeacf7256cb4c686c0a99643ec.tar.gz gentoo-e5b037e4b6c671aeacf7256cb4c686c0a99643ec.tar.bz2 gentoo-e5b037e4b6c671aeacf7256cb4c686c0a99643ec.zip |
dev-ruby/celluloid-extras: x86 keyworded (bug #570052)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/celluloid-extras')
-rw-r--r-- | dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild b/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild index 95814cc5e131..e41b3823e370 100644 --- a/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild +++ b/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" ruby_add_rdepend " >=dev-ruby/timers-4.1.1" |