diff options
author | 2012-04-29 16:50:17 +0000 | |
---|---|---|
committer | 2012-04-29 16:50:17 +0000 | |
commit | c38d899c3d69324cc7e771078f0abf182896a23e (patch) | |
tree | 6618906d8f262f20dc6e10bf9dc0f93ee466fc46 /dev-ruby/main/main-5.0.0.ebuild | |
parent | Added correct libusb dep for bug #408433. (diff) | |
download | gentoo-2-c38d899c3d69324cc7e771078f0abf182896a23e.tar.gz gentoo-2-c38d899c3d69324cc7e771078f0abf182896a23e.tar.bz2 gentoo-2-c38d899c3d69324cc7e771078f0abf182896a23e.zip |
marked ~x86 per bug 395157
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/main/main-5.0.0.ebuild')
-rw-r--r-- | dev-ruby/main/main-5.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/main/main-5.0.0.ebuild b/dev-ruby/main/main-5.0.0.ebuild index a3715c3bd98a..3423dcc06dee 100644 --- a/dev-ruby/main/main-5.0.0.ebuild +++ b/dev-ruby/main/main-5.0.0.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/main/main-5.0.0.ebuild,v 1.1 2012/04/08 09:49:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/main/main-5.0.0.ebuild,v 1.2 2012/04/29 16:50:17 tomka Exp $ EAPI=4 USE_RUBY="ruby18" @@ -16,7 +16,7 @@ HOMEPAGE="http://rubyforge.org/projects/codeforpeople" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="doc test" ruby_add_bdepend "test? ( virtual/ruby-test-unit )" |