diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-11-06 09:23:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-11-06 09:23:51 +0000 |
commit | ddf4bded4d2346012706bfb11856691fe4db0fa2 (patch) | |
tree | e414d6cb8de782eff344bffbbb220f0f36e297dd /dev-ruby | |
parent | ia64 stable wrt #237385 (diff) | |
download | gentoo-2-ddf4bded4d2346012706bfb11856691fe4db0fa2.tar.gz gentoo-2-ddf4bded4d2346012706bfb11856691fe4db0fa2.tar.bz2 gentoo-2-ddf4bded4d2346012706bfb11856691fe4db0fa2.zip |
ia64 stable wrt #237385
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 49aaa97ec365..95933fad6347 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.87 2008/11/05 19:50:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.88 2008/11/06 09:23:51 armin76 Exp $ + + 06 Nov 2008; Raúl Porcel <armin76@gentoo.org> activerecord-2.1.2.ebuild: + ia64 stable wrt #237385 05 Nov 2008; Markus Meier <maekke@gentoo.org> activerecord-2.0.5.ebuild: amd64/x86 stable, bug #237385 diff --git a/dev-ruby/activerecord/activerecord-2.1.2.ebuild b/dev-ruby/activerecord/activerecord-2.1.2.ebuild index 5e8331b1d5b9..afb46d04084c 100644 --- a/dev-ruby/activerecord/activerecord-2.1.2.ebuild +++ b/dev-ruby/activerecord/activerecord-2.1.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.1.2.ebuild,v 1.4 2008/11/04 17:49:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.2.ebuild,v 1.5 2008/11/06 09:23:51 armin76 Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/" LICENSE="MIT" SLOT="2.1" -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" |