diff options
author | Jason Wever <weeve@gentoo.org> | 2005-11-13 22:58:02 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-11-13 22:58:02 +0000 |
commit | ff2f8f9a25bb4bfc76e98e9966bea7a96f54db23 (patch) | |
tree | 024007af1b3eed4e429bae5f7142d415aeab42c7 /dev-ruby/activerecord | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-ff2f8f9a25bb4bfc76e98e9966bea7a96f54db23.tar.gz gentoo-2-ff2f8f9a25bb4bfc76e98e9966bea7a96f54db23.tar.bz2 gentoo-2-ff2f8f9a25bb4bfc76e98e9966bea7a96f54db23.zip |
Stable on SPARC.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.11.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 54a3c370b19d..ea1118b9e2dc 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.17 2005/11/08 13:08:51 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.18 2005/11/13 22:56:27 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> activerecord-1.11.1.ebuild: + Stable on SPARC. *activerecord-1.13.0 (08 Nov 2005) diff --git a/dev-ruby/activerecord/activerecord-1.11.1.ebuild b/dev-ruby/activerecord/activerecord-1.11.1.ebuild index ebfc74664e03..b8b4e4b07d70 100644 --- a/dev-ruby/activerecord/activerecord-1.11.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.11.1.ebuild,v 1.5 2005/10/20 00:16:07 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.11.1.ebuild,v 1.6 2005/11/13 22:56:27 weeve Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5163/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" RESTRICT="test" |