summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2010-09-29 22:29:21 +0000
committerBrent Baude <ranger@gentoo.org>2010-09-29 22:29:21 +0000
commit046605c9cbd8792595c90078de1030fd43bb266c (patch)
treec10b4c08a3afcac4247a018d3e887a1a9853dcd0 /dev-ruby
parentMarking activeresource-2.3.8 ~ppc64 for bug 322175 (diff)
downloadhistorical-046605c9cbd8792595c90078de1030fd43bb266c.tar.gz
historical-046605c9cbd8792595c90078de1030fd43bb266c.tar.bz2
historical-046605c9cbd8792595c90078de1030fd43bb266c.zip
Marking activerecord-2.3.8 ~ppc64 for bug 322175
Package-Manager: portage-2.1.8.3/cvs/Linux ppc64
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-2.3.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 9ecb02c7db6e..73d90958b57d 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.139 2010/09/28 21:49:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.140 2010/09/29 22:29:21 ranger Exp $
+
+ 29 Sep 2010; Brent Baude <ranger@gentoo.org> activerecord-2.3.8.ebuild:
+ Marking activerecord-2.3.8 ~ppc64 for bug 322175
28 Sep 2010; Brent Baude <ranger@gentoo.org> activerecord-2.3.8.ebuild:
Marking activerecord-2.3.8 ~ppc for bug 322175
diff --git a/dev-ruby/activerecord/activerecord-2.3.8.ebuild b/dev-ruby/activerecord/activerecord-2.3.8.ebuild
index 11f7b7b04187..992142fb2e34 100644
--- a/dev-ruby/activerecord/activerecord-2.3.8.ebuild
+++ b/dev-ruby/activerecord/activerecord-2.3.8.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.8.ebuild,v 1.2 2010/09/28 21:49:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.8.ebuild,v 1.3 2010/09/29 22:29:21 ranger Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
@@ -18,7 +18,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~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}"