diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-06-06 16:55:36 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-06-06 16:55:36 +0000 |
commit | 922283dfc5b391f1c33a2c05b1330f470507cfc0 (patch) | |
tree | a7cc8a12f867377836043a20c28aa288faf71056 /dev-ruby | |
parent | stable amd64 (diff) | |
download | gentoo-2-922283dfc5b391f1c33a2c05b1330f470507cfc0.tar.gz gentoo-2-922283dfc5b391f1c33a2c05b1330f470507cfc0.tar.bz2 gentoo-2-922283dfc5b391f1c33a2c05b1330f470507cfc0.zip |
stable amd64
(Portage version: 3456-svn)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.14.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index cf1829c03c2f..ddfc25502a51 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # 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.32 2006/05/24 20:13:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.33 2006/06/06 16:55:36 blubb Exp $ + + 06 Jun 2006; Simon Stelling <blubb@gentoo.org> activerecord-1.14.2.ebuild: + stable on amd64 24 May 2006; Michael Hanselmann <hansmi@gentoo.org> activerecord-1.14.2.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.14.2.ebuild b/dev-ruby/activerecord/activerecord-1.14.2.ebuild index 500109c3c504..bdc54dda6a87 100644 --- a/dev-ruby/activerecord/activerecord-1.14.2.ebuild +++ b/dev-ruby/activerecord/activerecord-1.14.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.14.2.ebuild,v 1.5 2006/05/24 20:13:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.2.ebuild,v 1.6 2006/06/06 16:55:36 blubb 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" |