summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-07-24 17:22:45 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-07-24 17:22:45 +0000
commitb0203968ae48a19e382985dc54d8b97318548ef3 (patch)
treed55e050e70ab052ea5b5bb30beec069fda2da0e9 /dev-ruby/activerecord
parentalpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #375771 (diff)
downloadgentoo-2-b0203968ae48a19e382985dc54d8b97318548ef3.tar.gz
gentoo-2-b0203968ae48a19e382985dc54d8b97318548ef3.tar.bz2
gentoo-2-b0203968ae48a19e382985dc54d8b97318548ef3.zip
ia64/sparc stable wrt #372391
(Portage version: 2.1.10.7/cvs/Linux ia64)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r--dev-ruby/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-2.3.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 3f9066acbb03..6a3e815ab09f 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.162 2011/07/24 09:58:18 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.163 2011/07/24 17:22:45 armin76 Exp $
+
+ 24 Jul 2011; Raúl Porcel <armin76@gentoo.org> activerecord-2.3.12.ebuild:
+ ia64/sparc stable wrt #372391
24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
activerecord-3.0.9.ebuild:
diff --git a/dev-ruby/activerecord/activerecord-2.3.12.ebuild b/dev-ruby/activerecord/activerecord-2.3.12.ebuild
index 986fe5fa61c5..67505c089d7c 100644
--- a/dev-ruby/activerecord/activerecord-2.3.12.ebuild
+++ b/dev-ruby/activerecord/activerecord-2.3.12.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/activerecord/activerecord-2.3.12.ebuild,v 1.4 2011/07/23 13:14:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.12.ebuild,v 1.5 2011/07/24 17:22:45 armin76 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 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa 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}"