diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-02 21:41:57 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-02 21:41:57 +0000 |
commit | 5e9796c061b7a693998c4d29c333e3e16ce9bb6b (patch) | |
tree | 9f9111c65aa316f1d54969e9f3916d00040f8333 /dev-ruby/activerecord | |
parent | stable on ppc (Bug #137372) (diff) | |
download | gentoo-2-5e9796c061b7a693998c4d29c333e3e16ce9bb6b.tar.gz gentoo-2-5e9796c061b7a693998c4d29c333e3e16ce9bb6b.tar.bz2 gentoo-2-5e9796c061b7a693998c4d29c333e3e16ce9bb6b.zip |
Stable on ia64.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.14.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index d4c6b938aab8..9edab05f47a4 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.44 2006/08/10 11:45:19 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.45 2006/09/02 21:41:57 kloeri Exp $ + + 02 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> + activerecord-1.14.4.ebuild: + Stable on ia64. 10 Aug 2006; Ferris McCormick <fmccor@gentoo.org> activerecord-1.14.4.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.14.4.ebuild b/dev-ruby/activerecord/activerecord-1.14.4.ebuild index 3441830b4815..1d20ebc7c9a3 100644 --- a/dev-ruby/activerecord/activerecord-1.14.4.ebuild +++ b/dev-ruby/activerecord/activerecord-1.14.4.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.14.4.ebuild,v 1.5 2006/08/10 11:45:19 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.4.ebuild,v 1.6 2006/09/02 21:41:57 kloeri Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.1" -KEYWORDS="amd64 ~ia64 ppc sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-fbsd" IUSE="" RESTRICT="test" |