diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-13 13:38:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-13 13:38:24 +0000 |
commit | 8e2afc88d4418b7d0973d33e84d72d45c1252088 (patch) | |
tree | c3d0f09b3cb84c9be72ca9d662c58239aa1f03be /dev-ruby | |
parent | Stable for HPPA (bug #221063). (diff) | |
download | gentoo-2-8e2afc88d4418b7d0973d33e84d72d45c1252088.tar.gz gentoo-2-8e2afc88d4418b7d0973d33e84d72d45c1252088.tar.bz2 gentoo-2-8e2afc88d4418b7d0973d33e84d72d45c1252088.zip |
ia64 stable wrt #221309
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-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 a5adb9668feb..fec400b60ba5 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.74 2008/05/12 09:57:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.75 2008/05/13 13:38:24 armin76 Exp $ + + 13 May 2008; Raúl Porcel <armin76@gentoo.org> activerecord-2.0.2.ebuild: + ia64 stable wrt #221309 12 May 2008; Markus Rothe <corsair@gentoo.org> activerecord-2.0.2.ebuild: Stable on ppc64; bug #221309 diff --git a/dev-ruby/activerecord/activerecord-2.0.2.ebuild b/dev-ruby/activerecord/activerecord-2.0.2.ebuild index dd4d75a6df13..d4446924d1cc 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.5 2008/05/12 09:57:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.2.ebuild,v 1.6 2008/05/13 13:38:24 armin76 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" |