diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-01-10 17:28:56 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-01-10 17:28:56 +0000 |
commit | c8163f0f73ecd04893e79fa0973da6a1a29de36f (patch) | |
tree | b8bf166031b0bf00d2081f2f8a68084434165f09 /dev-ruby/activerecord | |
parent | Stable on sparc (needed for rails). (diff) | |
download | gentoo-2-c8163f0f73ecd04893e79fa0973da6a1a29de36f.tar.gz gentoo-2-c8163f0f73ecd04893e79fa0973da6a1a29de36f.tar.bz2 gentoo-2-c8163f0f73ecd04893e79fa0973da6a1a29de36f.zip |
Stable on sparc (part of rails).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.13.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index f943222f5d94..89d176491745 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.21 2006/01/02 21:15:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.22 2006/01/10 17:28:56 fmccor Exp $ + + 10 Jan 2006; Ferris McCormick <fmccor@gentoo.org> + activerecord-1.13.2.ebuild: + Stable on sparc (part of rails). 02 Jan 2006; Caleb Tennis <caleb@gentoo.org> activerecord-1.13.2.ebuild: x86 stable diff --git a/dev-ruby/activerecord/activerecord-1.13.2.ebuild b/dev-ruby/activerecord/activerecord-1.13.2.ebuild index 4dd28e352008..cacf48b8d668 100644 --- a/dev-ruby/activerecord/activerecord-1.13.2.ebuild +++ b/dev-ruby/activerecord/activerecord-1.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.13.2.ebuild,v 1.2 2006/01/02 21:15:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.13.2.ebuild,v 1.3 2006/01/10 17:28:56 fmccor Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~ppc sparc x86" IUSE="" RESTRICT="test" |