diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-05-18 19:10:45 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-05-18 19:10:45 +0000 |
commit | 6a9b457b2385d5e086d343535ea54fad0140ad76 (patch) | |
tree | 0481aa8445fa9fab8c9907a46c760ac7c5a2571c /dev-ruby/activerecord | |
parent | Sparc stable, part of Bug #270331. (diff) | |
download | historical-6a9b457b2385d5e086d343535ea54fad0140ad76.tar.gz historical-6a9b457b2385d5e086d343535ea54fad0140ad76.tar.bz2 historical-6a9b457b2385d5e086d343535ea54fad0140ad76.zip |
Sparc stable, Bug #270331.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index ba54c987d0b1..dd77851c1f0d 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.98 2009/04/27 15:49:56 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.99 2009/05/18 19:10:03 fmccor Exp $ + + 18 May 2009; Ferris McCormick <fmccor@gentoo.org> + activerecord-2.3.2.ebuild: + Sparc stable, Bug #270331. 27 Apr 2009; Petteri Räty <betelgeuse@gentoo.org> activerecord-2.2.2: Add USE_RUBY to silence the eclass QA warning. diff --git a/dev-ruby/activerecord/activerecord-2.3.2.ebuild b/dev-ruby/activerecord/activerecord-2.3.2.ebuild index 167c5da5a25e..a5da5a9bd27b 100644 --- a/dev-ruby/activerecord/activerecord-2.3.2.ebuild +++ b/dev-ruby/activerecord/activerecord-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.1 2009/03/17 10:49:38 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.2 2009/05/18 19:10:04 fmccor Exp $ inherit ruby gems USE_RUBY="ruby18 ruby19" @@ -10,7 +10,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/" LICENSE="MIT" SLOT="2.3" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="mysql postgres sqlite sqlite3" RESTRICT="test" |