From 6a4276bb6d78f8c23f23063228a69dea479576e9 Mon Sep 17 00:00:00 2001 From: Tom Gall Date: Sun, 4 Mar 2007 20:31:36 +0000 Subject: [PATCH] added ~ppc64 Package-Manager: portage-2.1.2-r9 --- dev-ruby/actionmailer/ChangeLog | 5 ++++- dev-ruby/actionmailer/actionmailer-1.3.2.ebuild | 4 ++-- dev-ruby/actionpack/ChangeLog | 5 ++++- dev-ruby/actionpack/actionpack-1.13.2.ebuild | 4 ++-- dev-ruby/activesupport/ChangeLog | 6 +++++- dev-ruby/activesupport/activesupport-1.4.1.ebuild | 4 ++-- 6 files changed, 19 insertions(+), 9 deletions(-) diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 387d9010771d..895cefb9e629 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.51 2007/02/11 20:18:55 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.52 2007/03/04 20:31:36 tgall Exp $ + + 04 Mar 2007; Tom Gall actionmailer-1.3.2.ebuild: + added ~ppc64 *actionmailer-1.3.2 (11 Feb 2007) diff --git a/dev-ruby/actionmailer/actionmailer-1.3.2.ebuild b/dev-ruby/actionmailer/actionmailer-1.3.2.ebuild index 8fedad774ada..33f70e4e1bd9 100644 --- a/dev-ruby/actionmailer/actionmailer-1.3.2.ebuild +++ b/dev-ruby/actionmailer/actionmailer-1.3.2.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/actionmailer/actionmailer-1.3.2.ebuild,v 1.1 2007/02/11 20:18:55 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.3.2.ebuild,v 1.2 2007/03/04 20:31:36 tgall Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="=dev-ruby/actionpack-1.13.2 diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index d237766db4bb..31a5474b3d3a 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.52 2007/02/11 20:18:55 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.53 2007/03/04 20:28:04 tgall Exp $ + + 04 Mar 2007; Tom Gall actionpack-1.13.2.ebuild: + added ~ppc64 *actionpack-1.13.2 (11 Feb 2007) diff --git a/dev-ruby/actionpack/actionpack-1.13.2.ebuild b/dev-ruby/actionpack/actionpack-1.13.2.ebuild index eb8db04cf9e9..aa7e8ba50c82 100644 --- a/dev-ruby/actionpack/actionpack-1.13.2.ebuild +++ b/dev-ruby/actionpack/actionpack-1.13.2.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/actionpack/actionpack-1.13.2.ebuild,v 1.1 2007/02/11 20:18:55 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.13.2.ebuild,v 1.2 2007/03/04 20:28:04 tgall Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5 diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 158641aec787..af5e2964a2c1 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.39 2007/02/11 20:19:46 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.40 2007/03/04 20:26:00 tgall Exp $ + + 04 Mar 2007; Tom Gall + activesupport-1.4.1.ebuild: + added ~ppc64 *activesupport-1.4.1 (11 Feb 2007) diff --git a/dev-ruby/activesupport/activesupport-1.4.1.ebuild b/dev-ruby/activesupport/activesupport-1.4.1.ebuild index f2eca3b5db74..692941a28c5a 100644 --- a/dev-ruby/activesupport/activesupport-1.4.1.ebuild +++ b/dev-ruby/activesupport/activesupport-1.4.1.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/activesupport/activesupport-1.4.1.ebuild,v 1.1 2007/02/11 20:19:46 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.4.1.ebuild,v 1.2 2007/03/04 20:26:00 tgall Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5 -- 2.26.2