diff options
author | Tom Gall <tgall@gentoo.org> | 2007-10-13 05:27:58 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-10-13 05:27:58 +0000 |
commit | 1b946c6608d2ba4aa2dbd174270968b5fb93c808 (patch) | |
tree | 82a982278b4c42aacf53e3b03b288e97f6f3b383 /dev-ruby/activesupport | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-1b946c6608d2ba4aa2dbd174270968b5fb93c808.tar.gz gentoo-2-1b946c6608d2ba4aa2dbd174270968b5fb93c808.tar.bz2 gentoo-2-1b946c6608d2ba4aa2dbd174270968b5fb93c808.zip |
added ~ppc64 and stable on ppc64
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.4.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 84df28854a4d..abb523b11d74 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.45 2007/10/06 22:15:12 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.46 2007/10/13 05:27:58 tgall Exp $ + + 13 Oct 2007; Tom Gall <tgall@gentoo.org> + activesupport-1.4.2.ebuild, activesupport-1.4.3.ebuild: + added ~ppc64 and stable on ppc64 06 Oct 2007; Christian Faulhammer <opfer@gentoo.org> activesupport-1.4.2.ebuild: diff --git a/dev-ruby/activesupport/activesupport-1.4.2.ebuild b/dev-ruby/activesupport/activesupport-1.4.2.ebuild index e6f6c8999f11..8695c3c3776b 100644 --- a/dev-ruby/activesupport/activesupport-1.4.2.ebuild +++ b/dev-ruby/activesupport/activesupport-1.4.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/activesupport/activesupport-1.4.2.ebuild,v 1.4 2007/10/06 22:15:12 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.4.2.ebuild,v 1.5 2007/10/13 05:27:58 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/activesupport-1.4.3.ebuild b/dev-ruby/activesupport/activesupport-1.4.3.ebuild index d2ce1a96af9e..9977cf0d2db0 100644 --- a/dev-ruby/activesupport/activesupport-1.4.3.ebuild +++ b/dev-ruby/activesupport/activesupport-1.4.3.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.3.ebuild,v 1.1 2007/10/06 16:25:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.4.3.ebuild,v 1.2 2007/10/13 05:27:58 tgall Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activesupport/" 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 |