diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-03-05 10:29:56 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-03-05 10:29:56 +0000 |
commit | 8b7c99a65c061de9376e5db313262fd3283d8e90 (patch) | |
tree | 7eb4e9a0d5036c6a7fd83bca5ad07ab9f3421cdc /dev-ruby/ohai/ohai-0.6.10.ebuild | |
parent | Drop old, #322191; restrict multiabi installation, #405541; include backport ... (diff) | |
download | gentoo-2-8b7c99a65c061de9376e5db313262fd3283d8e90.tar.gz gentoo-2-8b7c99a65c061de9376e5db313262fd3283d8e90.tar.bz2 gentoo-2-8b7c99a65c061de9376e5db313262fd3283d8e90.zip |
marked ~x86 per bug 398989
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ohai/ohai-0.6.10.ebuild')
-rw-r--r-- | dev-ruby/ohai/ohai-0.6.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ohai/ohai-0.6.10.ebuild b/dev-ruby/ohai/ohai-0.6.10.ebuild index 6af3cabca479..224d538b31ff 100644 --- a/dev-ruby/ohai/ohai-0.6.10.ebuild +++ b/dev-ruby/ohai/ohai-0.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.6.10.ebuild,v 1.1 2012/01/15 14:36:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-0.6.10.ebuild,v 1.2 2012/03/05 10:29:56 tomka Exp $ EAPI=4 USE_RUBY="ruby18" @@ -19,7 +19,7 @@ RUBY_S="opscode-${PN}-*" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/sigar )" |