summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-02-13 20:28:56 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-02-13 20:28:56 +0000
commita402d168fcb35996fb787b43e3d6e4f0c2d4eef5 (patch)
tree248eab7ff519299abdd551ed699891e5f3e72049 /dev-ruby/activerecord
parentAdd ~sparc (diff)
downloadgentoo-2-a402d168fcb35996fb787b43e3d6e4f0c2d4eef5.tar.gz
gentoo-2-a402d168fcb35996fb787b43e3d6e4f0c2d4eef5.tar.bz2
gentoo-2-a402d168fcb35996fb787b43e3d6e4f0c2d4eef5.zip
Add ~sparc
(Portage version: 2.1.7.16/cvs/Linux ia64)
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 2440c6c214cc..eda676635c82 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.130 2010/02/01 16:45:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.131 2010/02/13 20:28:56 armin76 Exp $
+
+ 13 Feb 2010; Raúl Porcel <armin76@gentoo.org>
+ activerecord-2.3.5-r1.ebuild:
+ Add ~sparc
01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
activerecord-2.3.5-r1.ebuild:
diff --git a/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild b/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
index e4961e74c532..910d71bec48e 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.6 2010/02/01 16:45:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.7 2010/02/13 20:28:56 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 jruby"
@@ -18,7 +18,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~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}"