summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-02-13 21:22:44 +0000
committerThomas Kahle <tomka@gentoo.org>2011-02-13 21:22:44 +0000
commit8ed39596a7e945d29ab9f5d15c2a3d365c608c87 (patch)
tree1da4dec7d82132228d2de5ee1f33a5b8e3fba21a
parentVersion bump. Remove old. (diff)
downloadhistorical-8ed39596a7e945d29ab9f5d15c2a3d365c608c87.tar.gz
historical-8ed39596a7e945d29ab9f5d15c2a3d365c608c87.tar.bz2
historical-8ed39596a7e945d29ab9f5d15c2a3d365c608c87.zip
keyworded ~x86 per bug 351835
Package-Manager: portage-2.1.9.39/cvs/Linux i686
-rw-r--r--dev-ruby/actionmailer/ChangeLog5
-rw-r--r--dev-ruby/actionmailer/actionmailer-3.0.3.ebuild6
-rw-r--r--dev-ruby/actionpack/ChangeLog5
-rw-r--r--dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild4
-rw-r--r--dev-ruby/activemodel/ChangeLog5
-rw-r--r--dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild4
-rw-r--r--dev-ruby/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-3.0.3.ebuild4
-rw-r--r--dev-ruby/activeresource/ChangeLog5
-rw-r--r--dev-ruby/activeresource/activeresource-3.0.3.ebuild6
-rw-r--r--dev-ruby/activesupport/ChangeLog5
-rw-r--r--dev-ruby/activesupport/activesupport-3.0.3.ebuild6
-rw-r--r--dev-ruby/arel/ChangeLog7
-rw-r--r--dev-ruby/arel/arel-2.0.4.ebuild6
-rw-r--r--dev-ruby/mail/ChangeLog5
-rw-r--r--dev-ruby/mail/mail-2.2.15.ebuild4
-rw-r--r--dev-ruby/memcache-client/ChangeLog7
-rw-r--r--dev-ruby/memcache-client/memcache-client-1.8.5.ebuild6
-rw-r--r--dev-ruby/mysql2/ChangeLog5
-rw-r--r--dev-ruby/mysql2/mysql2-0.2.6.ebuild4
-rw-r--r--dev-ruby/rack-mount/ChangeLog7
-rw-r--r--dev-ruby/rack-mount/rack-mount-0.6.13.ebuild6
-rw-r--r--dev-ruby/rails/ChangeLog5
-rw-r--r--dev-ruby/rails/rails-3.0.3.ebuild4
-rw-r--r--dev-ruby/railties/ChangeLog5
-rw-r--r--dev-ruby/railties/railties-3.0.3-r1.ebuild4
26 files changed, 87 insertions, 48 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index fdf7def90e7e..f1946d9e613b 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.151 2011/01/22 14:40:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.152 2011/02/13 21:18:21 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> actionmailer-3.0.3.ebuild:
+ keyworded ~x86 per bug 351835
22 Jan 2011; Hans de Graaff <graaff@gentoo.org>
-actionmailer-2.3.5-r1.ebuild, -actionmailer-2.3.8.ebuild:
diff --git a/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild
index 0fdc566cbf03..3f5000574979 100644
--- a/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild,v 1.2 2010/12/28 13:47:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild,v 1.3 2011/02/13 21:18:21 tomka Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -18,7 +18,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/rails-rails-*/actionmailer"
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index d56cd9d36667..6ffe9b85ea08 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.168 2011/01/22 14:41:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.169 2011/02/13 21:12:09 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> actionpack-3.0.3-r1.ebuild:
+ keyworded ~x86 per bug 351835
22 Jan 2011; Hans de Graaff <graaff@gentoo.org>
-actionpack-2.3.5-r1.ebuild, -actionpack-2.3.8.ebuild,
diff --git a/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild b/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild
index ffb1778b2c26..9758aec680cc 100644
--- a/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild
+++ b/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild,v 1.2 2011/01/11 07:14:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild,v 1.3 2011/02/13 21:12:09 tomka Exp $
EAPI=2
@@ -23,7 +23,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/rails-rails-*/actionpack"
diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog
index 2584e86c2100..481b4f6f2da5 100644
--- a/dev-ruby/activemodel/ChangeLog
+++ b/dev-ruby/activemodel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activemodel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.6 2011/01/10 19:12:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.7 2011/02/13 21:21:27 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> activemodel-3.0.3-r1.ebuild:
+ keyworded ~x86 per bug 351835
*activemodel-3.0.3-r1 (10 Jan 2011)
diff --git a/dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild b/dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild
index 414ee37c39df..afac6707e94b 100644
--- a/dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild
+++ b/dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild,v 1.1 2011/01/10 19:12:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild,v 1.2 2011/02/13 21:21:27 tomka Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -19,7 +19,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/rails-rails-*/activemodel"
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index fd3f5a38ab25..b37c69144b06 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.148 2011/01/22 14:35:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.149 2011/02/13 21:17:27 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> activerecord-3.0.3.ebuild:
+ keyworded ~x86 per bug 351835
22 Jan 2011; Hans de Graaff <graaff@gentoo.org>
-activerecord-2.3.5-r1.ebuild, -activerecord-2.3.8.ebuild,
diff --git a/dev-ruby/activerecord/activerecord-3.0.3.ebuild b/dev-ruby/activerecord/activerecord-3.0.3.ebuild
index 1a27e4439866..b4c97b9c2e26 100644
--- a/dev-ruby/activerecord/activerecord-3.0.3.ebuild
+++ b/dev-ruby/activerecord/activerecord-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.3.ebuild,v 1.3 2011/01/07 13:19:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.3.ebuild,v 1.4 2011/02/13 21:17:27 tomka Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -21,7 +21,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
S="${WORKDIR}/rails-rails-*/activerecord"
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index fb33d847f16f..69b5fd6add14 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.74 2011/01/22 14:36:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.75 2011/02/13 21:20:27 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> activeresource-3.0.3.ebuild:
+ keyworded ~x86 per bug 351835
22 Jan 2011; Hans de Graaff <graaff@gentoo.org>
-activeresource-2.3.5-r1.ebuild, -activeresource-2.3.8.ebuild:
diff --git a/dev-ruby/activeresource/activeresource-3.0.3.ebuild b/dev-ruby/activeresource/activeresource-3.0.3.ebuild
index e602774b2186..5e189fb1d68a 100644
--- a/dev-ruby/activeresource/activeresource-3.0.3.ebuild
+++ b/dev-ruby/activeresource/activeresource-3.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.3.ebuild,v 1.3 2010/12/28 13:50:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.3.ebuild,v 1.4 2011/02/13 21:20:27 tomka Exp $
EAPI=2
@@ -20,7 +20,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/rails-rails-*/activeresource"
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index fe8eab03a0fa..3477ea0cc41a 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.133 2011/01/22 14:43:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.134 2011/02/13 21:19:11 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> activesupport-3.0.3.ebuild:
+ keyworded ~x86 per bug 351835
22 Jan 2011; Hans de Graaff <graaff@gentoo.org>
-activesupport-2.3.5-r4.ebuild, -activesupport-2.3.8.ebuild:
diff --git a/dev-ruby/activesupport/activesupport-3.0.3.ebuild b/dev-ruby/activesupport/activesupport-3.0.3.ebuild
index 127a112007d0..4de840dcba7d 100644
--- a/dev-ruby/activesupport/activesupport-3.0.3.ebuild
+++ b/dev-ruby/activesupport/activesupport-3.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.0.3.ebuild,v 1.3 2010/12/28 13:51:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.0.3.ebuild,v 1.4 2011/02/13 21:19:11 tomka Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -19,7 +19,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/rails-rails-*/${PN}"
diff --git a/dev-ruby/arel/ChangeLog b/dev-ruby/arel/ChangeLog
index 2f00a022e50f..80d0a3ff5dfa 100644
--- a/dev-ruby/arel/ChangeLog
+++ b/dev-ruby/arel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/arel
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.1 2010/11/28 09:53:52 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.2 2011/02/13 21:21:55 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> arel-2.0.4.ebuild:
+ keyworded ~x86 per bug 351835
*arel-2.0.4 (28 Nov 2010)
diff --git a/dev-ruby/arel/arel-2.0.4.ebuild b/dev-ruby/arel/arel-2.0.4.ebuild
index 5f917826eb86..75fe4a773310 100644
--- a/dev-ruby/arel/arel-2.0.4.ebuild
+++ b/dev-ruby/arel/arel-2.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-2.0.4.ebuild,v 1.1 2010/11/28 09:53:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-2.0.4.ebuild,v 1.2 2011/02/13 21:21:55 tomka Exp $
EAPI="2"
USE_RUBY="ruby18 ree18 jruby"
@@ -15,7 +15,7 @@ DESCRIPTION="Arel is a Relational Algebra for Ruby."
HOMEPAGE="http://github.com/rails/arel"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_bdepend "
diff --git a/dev-ruby/mail/ChangeLog b/dev-ruby/mail/ChangeLog
index 80e923b2fa55..c1d732c27bfe 100644
--- a/dev-ruby/mail/ChangeLog
+++ b/dev-ruby/mail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/mail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.6 2011/01/26 07:25:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.7 2011/02/13 21:20:56 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> mail-2.2.15.ebuild:
+ keyworded ~x86 per bug 351835
26 Jan 2011; Hans de Graaff <graaff@gentoo.org> -mail-2.2.11.ebuild,
-mail-2.2.13.ebuild, -mail-2.2.13-r1.ebuild:
diff --git a/dev-ruby/mail/mail-2.2.15.ebuild b/dev-ruby/mail/mail-2.2.15.ebuild
index db0f25c6ce85..0b16600fd2d7 100644
--- a/dev-ruby/mail/mail-2.2.15.ebuild
+++ b/dev-ruby/mail/mail-2.2.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/mail-2.2.15.ebuild,v 1.1 2011/01/26 07:24:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/mail-2.2.15.ebuild,v 1.2 2011/02/13 21:20:56 tomka Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -24,7 +24,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/mail/tarball/${COMMIT} -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/${GITHUB_USER}-${PN}-*"
diff --git a/dev-ruby/memcache-client/ChangeLog b/dev-ruby/memcache-client/ChangeLog
index d05fda4475fe..d322fe356e24 100644
--- a/dev-ruby/memcache-client/ChangeLog
+++ b/dev-ruby/memcache-client/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/memcache-client
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memcache-client/ChangeLog,v 1.3 2010/12/27 19:54:31 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memcache-client/ChangeLog,v 1.4 2011/02/13 21:22:20 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> memcache-client-1.8.5.ebuild:
+ keyworded ~x86 per bug 351835
27 Dec 2010; Fabian Groffen <grobian@gentoo.org>
memcache-client-1.8.5.ebuild:
diff --git a/dev-ruby/memcache-client/memcache-client-1.8.5.ebuild b/dev-ruby/memcache-client/memcache-client-1.8.5.ebuild
index 7a2bee930cfb..1a0ff1665f1a 100644
--- a/dev-ruby/memcache-client/memcache-client-1.8.5.ebuild
+++ b/dev-ruby/memcache-client/memcache-client-1.8.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memcache-client/memcache-client-1.8.5.ebuild,v 1.3 2010/12/27 19:54:31 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/memcache-client/memcache-client-1.8.5.ebuild,v 1.4 2011/02/13 21:22:20 tomka Exp $
EAPI="2"
USE_RUBY="ruby18 ree18 jruby"
@@ -16,7 +16,7 @@ DESCRIPTION="A ruby library for accessing memcached."
HOMEPAGE="http://github.com/mperham/memcache-client"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
all_ruby_prepare() {
diff --git a/dev-ruby/mysql2/ChangeLog b/dev-ruby/mysql2/ChangeLog
index 335440fe0540..19c296316f5e 100644
--- a/dev-ruby/mysql2/ChangeLog
+++ b/dev-ruby/mysql2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/mysql2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v 1.1 2011/01/07 13:15:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v 1.2 2011/02/13 21:15:35 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> mysql2-0.2.6.ebuild:
+ keyworded ~x86 per bug 351835
*mysql2-0.2.6 (07 Jan 2011)
diff --git a/dev-ruby/mysql2/mysql2-0.2.6.ebuild b/dev-ruby/mysql2/mysql2-0.2.6.ebuild
index 4f5496d92efd..e7bbaa107c3f 100644
--- a/dev-ruby/mysql2/mysql2-0.2.6.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/mysql2-0.2.6.ebuild,v 1.1 2011/01/07 13:15:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/mysql2-0.2.6.ebuild,v 1.2 2011/02/13 21:15:35 tomka Exp $
EAPI="3"
USE_RUBY="ruby18 ree18"
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/brianmario/mysql2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="${DEPEND} virtual/mysql[-static]"
diff --git a/dev-ruby/rack-mount/ChangeLog b/dev-ruby/rack-mount/ChangeLog
index 0cc7aa43893b..f45df89a81c4 100644
--- a/dev-ruby/rack-mount/ChangeLog
+++ b/dev-ruby/rack-mount/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rack-mount
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v 1.1 2010/12/03 16:50:36 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/ChangeLog,v 1.2 2011/02/13 21:22:44 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> rack-mount-0.6.13.ebuild:
+ keyworded ~x86 per bug 351835
*rack-mount-0.6.13 (03 Dec 2010)
diff --git a/dev-ruby/rack-mount/rack-mount-0.6.13.ebuild b/dev-ruby/rack-mount/rack-mount-0.6.13.ebuild
index dfabec39513c..bebd8b09f7ca 100644
--- a/dev-ruby/rack-mount/rack-mount-0.6.13.ebuild
+++ b/dev-ruby/rack-mount/rack-mount-0.6.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.6.13.ebuild,v 1.1 2010/12/03 16:50:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.6.13.ebuild,v 1.2 2011/02/13 21:22:44 tomka Exp $
EAPI="2"
USE_RUBY="ruby18 ree18 jruby"
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rails/rack-mount"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/rack-1.0.0"
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 0d2b32e0b7a0..eabb64768996 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.184 2011/01/22 14:34:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.185 2011/02/13 21:11:07 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> rails-3.0.3.ebuild:
+ keyworded ~x86 per bug 351835
22 Jan 2011; Hans de Graaff <graaff@gentoo.org> -rails-2.3.5-r2.ebuild,
-rails-2.3.5-r3.ebuild, -rails-2.3.8.ebuild:
diff --git a/dev-ruby/rails/rails-3.0.3.ebuild b/dev-ruby/rails/rails-3.0.3.ebuild
index d0ad85872b67..5c1cbba6a8b1 100644
--- a/dev-ruby/rails/rails-3.0.3.ebuild
+++ b/dev-ruby/rails/rails-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.3.ebuild,v 1.2 2011/01/12 16:33:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.3.ebuild,v 1.3 2011/02/13 21:11:07 tomka Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.rubyonrails.org"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
diff --git a/dev-ruby/railties/ChangeLog b/dev-ruby/railties/ChangeLog
index f776daab88cc..146d8319cf66 100644
--- a/dev-ruby/railties/ChangeLog
+++ b/dev-ruby/railties/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/railties
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.3 2011/01/13 17:50:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.4 2011/02/13 21:19:38 tomka Exp $
+
+ 13 Feb 2011; Thomas Kahle <tomka@gentoo.org> railties-3.0.3-r1.ebuild:
+ keyworded ~x86 per bug 351835
13 Jan 2011; Hans de Graaff <graaff@gentoo.org> railties-3.0.3-r1.ebuild:
Add missing dependency on redcloth, fixing bug 351367.
diff --git a/dev-ruby/railties/railties-3.0.3-r1.ebuild b/dev-ruby/railties/railties-3.0.3-r1.ebuild
index c8b36cab390f..53117a720473 100644
--- a/dev-ruby/railties/railties-3.0.3-r1.ebuild
+++ b/dev-ruby/railties/railties-3.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.3-r1.ebuild,v 1.2 2011/01/13 17:50:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.3-r1.ebuild,v 1.3 2011/02/13 21:19:38 tomka Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -20,7 +20,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/rails-rails-*/railties"