diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-01-10 16:31:50 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-01-10 16:31:50 +0000 |
commit | 4cf8e5aea3339b61655b807d2712d917364d7788 (patch) | |
tree | 18647a6846937af182f54d9735b62f8ed341980c | |
parent | ia64 stable wrt #253425 (diff) | |
download | gentoo-2-4cf8e5aea3339b61655b807d2712d917364d7788.tar.gz gentoo-2-4cf8e5aea3339b61655b807d2712d917364d7788.tar.bz2 gentoo-2-4cf8e5aea3339b61655b807d2712d917364d7788.zip |
ia64 stable wrt #253425
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 4e3cb9d7f14c..b817abef1ca7 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.95 2009/01/09 17:35:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.96 2009/01/10 16:31:50 armin76 Exp $ + + 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> activerecord-2.2.2.ebuild: + ia64 stable wrt #253425 09 Jan 2009; Brent Baude <ranger@gentoo.org> activerecord-2.2.2.ebuild: Marking activerecord-2.2.2 ppc for bug 253425 diff --git a/dev-ruby/activerecord/activerecord-2.2.2.ebuild b/dev-ruby/activerecord/activerecord-2.2.2.ebuild index 7e61b7b8a91e..85429a165e2e 100644 --- a/dev-ruby/activerecord/activerecord-2.2.2.ebuild +++ b/dev-ruby/activerecord/activerecord-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.5 2009/01/09 17:35:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.6 2009/01/10 16:31:50 armin76 Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/" LICENSE="MIT" SLOT="2.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" |