diff options
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index ce6142a72088..d936c2b96991 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.67 2007/12/01 09:07:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.68 2007/12/01 22:44:02 angelos Exp $ + + 01 Dec 2007; Christoph Mende <angelos@gentoo.org> + activerecord-1.15.6.ebuild: + Stable on amd64 wrt bug #200159 01 Dec 2007; Hans de Graaff <graaff@gentoo.org> -activerecord-1.15.2.ebuild, -activerecord-1.15.3.ebuild, diff --git a/dev-ruby/activerecord/activerecord-1.15.6.ebuild b/dev-ruby/activerecord/activerecord-1.15.6.ebuild index 3f83a5100faa..936a6a50e995 100644 --- a/dev-ruby/activerecord/activerecord-1.15.6.ebuild +++ b/dev-ruby/activerecord/activerecord-1.15.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.6.ebuild,v 1.5 2007/11/27 14:53:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.6.ebuild,v 1.6 2007/12/01 22:44:02 angelos Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RESTRICT="test" |