diff options
author | 2007-12-01 22:48:48 +0000 | |
---|---|---|
committer | 2007-12-01 22:48:48 +0000 | |
commit | b0562aa8924c2089075f81c9f7a3ba1fcd9d12e5 (patch) | |
tree | a95872fd8bad4008a15783eb7d2d7b6862a5fb64 /dev-ruby/activerecord | |
parent | Stable on arm/sparc (diff) | |
download | historical-b0562aa8924c2089075f81c9f7a3ba1fcd9d12e5.tar.gz historical-b0562aa8924c2089075f81c9f7a3ba1fcd9d12e5.tar.bz2 historical-b0562aa8924c2089075f81c9f7a3ba1fcd9d12e5.zip |
Stable on amd64 wrt bug #200159
Package-Manager: portage-2.1.4_rc4
Diffstat (limited to 'dev-ruby/activerecord')
-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" |