diff options
author | 2008-05-12 09:57:04 +0000 | |
---|---|---|
committer | 2008-05-12 09:57:04 +0000 | |
commit | 122feffe220cc1d6714394e3e22a4def3c60e871 (patch) | |
tree | e90279da42fc21b86f8bd606752d2bf336b9c6a7 /dev-ruby/activerecord | |
parent | Stable on ppc64; bug #221309 (diff) | |
download | gentoo-2-122feffe220cc1d6714394e3e22a4def3c60e871.tar.gz gentoo-2-122feffe220cc1d6714394e3e22a4def3c60e871.tar.bz2 gentoo-2-122feffe220cc1d6714394e3e22a4def3c60e871.zip |
Stable on ppc64; bug #221309
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 557dbcadf803..a5adb9668feb 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.73 2008/05/11 16:59:39 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.74 2008/05/12 09:57:04 corsair Exp $ + + 12 May 2008; Markus Rothe <corsair@gentoo.org> activerecord-2.0.2.ebuild: + Stable on ppc64; bug #221309 11 May 2008; Ferris McCormick <fmccor@gentoo.org> activerecord-2.0.2.ebuild: diff --git a/dev-ruby/activerecord/activerecord-2.0.2.ebuild b/dev-ruby/activerecord/activerecord-2.0.2.ebuild index ad7aa8d39dd1..dd4d75a6df13 100644 --- a/dev-ruby/activerecord/activerecord-2.0.2.ebuild +++ b/dev-ruby/activerecord/activerecord-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.2.ebuild,v 1.4 2008/05/11 16:59:39 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.2.ebuild,v 1.5 2008/05/12 09:57:04 corsair Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="mysql postgres sqlite sqlite3" RESTRICT="test" |