diff options
author | 2009-05-18 19:10:04 +0000 | |
---|---|---|
committer | 2009-05-18 19:10:04 +0000 | |
commit | 558d99b09b8ec5c69fd4425eddae944833f2b0c9 (patch) | |
tree | 1c1cda8c7c2d13f8fd09037ca516de3edac20a8d /dev-ruby/activerecord | |
parent | Sparc stable, Bug #270331. (diff) | |
download | gentoo-2-558d99b09b8ec5c69fd4425eddae944833f2b0c9.tar.gz gentoo-2-558d99b09b8ec5c69fd4425eddae944833f2b0c9.tar.bz2 gentoo-2-558d99b09b8ec5c69fd4425eddae944833f2b0c9.zip |
Sparc stable, Bug #270331.
(Portage version: 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" |