summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-09-09 08:33:21 +0000
committerFabian Groffen <grobian@gentoo.org>2011-09-09 08:33:21 +0000
commit6cb23e5cee8f48266bbf107890a70c37f1e38665 (patch)
tree7494268905d322aaa9a4da12612fc9b0ca153c49 /dev-ruby
parentMarked ~sparc-solaris (diff)
downloadgentoo-2-6cb23e5cee8f48266bbf107890a70c37f1e38665.tar.gz
gentoo-2-6cb23e5cee8f48266bbf107890a70c37f1e38665.tar.bz2
gentoo-2-6cb23e5cee8f48266bbf107890a70c37f1e38665.zip
Marked ~sparc-solaris
(Portage version: 2.2.01.19120-prefix/cvs/SunOS sparc)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activerecord/ChangeLog6
-rw-r--r--dev-ruby/activerecord/activerecord-3.0.9.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index fd13d4544bdd..b1d6313ca65f 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,10 @@
# 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.169 2011/08/27 18:51:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.170 2011/09/09 08:33:21 grobian Exp $
+
+ 09 Sep 2011; Fabian Groffen <grobian@gentoo.org>
+ activerecord-3.0.9.ebuild:
+ Marked ~sparc-solaris
27 Aug 2011; Raúl Porcel <armin76@gentoo.org> activerecord-2.3.14.ebuild:
ia64/sparc stable wrt #379511
diff --git a/dev-ruby/activerecord/activerecord-3.0.9.ebuild b/dev-ruby/activerecord/activerecord-3.0.9.ebuild
index 0264f3f9e79c..bd3ad785c8d0 100644
--- a/dev-ruby/activerecord/activerecord-3.0.9.ebuild
+++ b/dev-ruby/activerecord/activerecord-3.0.9.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-3.0.9.ebuild,v 1.3 2011/08/07 18:28:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.9.ebuild,v 1.4 2011/09/09 08:33:21 grobian Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -21,7 +21,7 @@ SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
LICENSE="MIT"
SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~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 ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3"
S="${WORKDIR}/rails-rails-*/activerecord"