summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2010-01-14 17:19:33 +0000
committerBrent Baude <ranger@gentoo.org>2010-01-14 17:19:33 +0000
commit3088f645f5fd594c3e7805a63515876b691de0c0 (patch)
treefdb15c9ed565b38ffc23a68470dd2b73523cafb6 /dev-ruby
parentTransfer Prefix keywords (diff)
downloadgentoo-2-3088f645f5fd594c3e7805a63515876b691de0c0.tar.gz
gentoo-2-3088f645f5fd594c3e7805a63515876b691de0c0.tar.bz2
gentoo-2-3088f645f5fd594c3e7805a63515876b691de0c0.zip
Marking activerecord-2.3.5-r1 ~ppc for bug 297718
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 502d2b8ecfd9..934f96d1197d 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,9 @@
# 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.126 2010/01/02 00:09:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.127 2010/01/14 17:19:33 ranger Exp $
+
+ 14 Jan 2010; Brent Baude <ranger@gentoo.org> activerecord-2.3.5-r1.ebuild:
+ Marking activerecord-2.3.5-r1 ~ppc for bug 297718
*activerecord-2.3.5-r1 (02 Jan 2010)
diff --git a/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild b/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
index 63c61e2dddee..e28fbef2eafe 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.2 2010/01/04 11:00:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.3 2010/01/14 17:19:33 ranger Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"