summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activemodel/ChangeLog5
-rw-r--r--dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
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"