summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-25 17:12:02 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-25 17:12:02 +0000
commit659f0b955898eec5242f444648e7f698cfccc39b (patch)
tree2d7e95353e8bced7b641b172c42ef94e8e84ec0d /dev-ruby/activerecord
parentAdd ~x86 keyword, tested on a development container. (diff)
downloadhistorical-659f0b955898eec5242f444648e7f698cfccc39b.tar.gz
historical-659f0b955898eec5242f444648e7f698cfccc39b.tar.bz2
historical-659f0b955898eec5242f444648e7f698cfccc39b.zip
Add ~x86 keyword, tested on a development container.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r--dev-ruby/activerecord/ChangeLog6
-rw-r--r--dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 1d2d42410ae5..a31aaefb7d31 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.128 2010/01/18 20:55:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.129 2010/01/25 17:10:49 flameeyes Exp $
+
+ 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ activerecord-2.3.5-r1.ebuild:
+ Add ~x86 keyword, tested on a development container.
18 Jan 2010; Brent Baude <ranger@gentoo.org> activerecord-2.3.5-r1.ebuild:
Marking activerecord-2.3.5-r1 ~ppc64 for bug 301007
diff --git a/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild b/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
index ef1d58e803b2..b27bc028ebd6 100644
--- a/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
+++ b/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.4 2010/01/18 20:55:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:49 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"