diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-11 20:14:54 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-11 20:14:54 +0000 |
commit | 2312f75e49f2cf718ed49b0591f32f4e4da82032 (patch) | |
tree | a17df09548b09b33538709cd008056b5b464c046 /dev-ruby/celluloid/celluloid-0.16.0.ebuild | |
parent | Add ~x86 keyword wrt bug #519596 (diff) | |
download | gentoo-2-2312f75e49f2cf718ed49b0591f32f4e4da82032.tar.gz gentoo-2-2312f75e49f2cf718ed49b0591f32f4e4da82032.tar.bz2 gentoo-2-2312f75e49f2cf718ed49b0591f32f4e4da82032.zip |
Add ~x86 keyword wrt bug #519596
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-ruby/celluloid/celluloid-0.16.0.ebuild')
-rw-r--r-- | dev-ruby/celluloid/celluloid-0.16.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/celluloid/celluloid-0.16.0.ebuild b/dev-ruby/celluloid/celluloid-0.16.0.ebuild index 887ae58b334b..a397aee6a366 100644 --- a/dev-ruby/celluloid/celluloid-0.16.0.ebuild +++ b/dev-ruby/celluloid/celluloid-0.16.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.16.0.ebuild,v 1.1 2014/11/02 11:05:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.16.0.ebuild,v 1.2 2015/07/11 20:14:54 zlogene Exp $ EAPI=5 # rbx or jruby recommended, but only in 1.9 mode. @@ -23,7 +23,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" RUBY_PATCHES=( "${P}-call-private-methods.patch" ) |