diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-07-23 19:58:28 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-07-23 19:58:28 +0000 |
commit | fd80b726b9fd1c5b82930d28fe2b9330956c9a0f (patch) | |
tree | c87bda6786cbd9449ad521654aa28904651184ef /dev-ruby/rspec-core | |
parent | x86 keyworded, see bug 417587 (diff) | |
download | gentoo-2-fd80b726b9fd1c5b82930d28fe2b9330956c9a0f.tar.gz gentoo-2-fd80b726b9fd1c5b82930d28fe2b9330956c9a0f.tar.bz2 gentoo-2-fd80b726b9fd1c5b82930d28fe2b9330956c9a0f.zip |
x86 keyworded, see bug 417587
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-2.10.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/rspec-core/ChangeLog b/dev-ruby/rspec-core/ChangeLog index b71c81a09b85..975ae403a2f5 100644 --- a/dev-ruby/rspec-core/ChangeLog +++ b/dev-ruby/rspec-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec-core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.31 2012/07/22 07:52:02 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.32 2012/07/23 19:58:28 nativemad Exp $ + + 23 Jul 2012; Andreas Schuerch <nativemad@gentoo.org> + rspec-core-2.10.1.ebuild: + x86 keyworded, see bug 417587 22 Jul 2012; Jeff Horelick <jdhore@gentoo.org> rspec-core-2.6.4-r1.ebuild: marked x86 per bug 426668 diff --git a/dev-ruby/rspec-core/rspec-core-2.10.1.ebuild b/dev-ruby/rspec-core/rspec-core-2.10.1.ebuild index 2dab2a21853b..5d337c57eb6e 100644 --- a/dev-ruby/rspec-core/rspec-core-2.10.1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-2.10.1.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/rspec-core/rspec-core-2.10.1.ebuild,v 1.2 2012/06/29 07:59:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.10.1.ebuild,v 1.3 2012/07/23 19:58:28 nativemad Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -24,7 +24,7 @@ RUBY_S="rspec-${PN}-*" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} !<dev-ruby/rspec-1.3.1-r1" |