diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-05-11 16:58:36 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-05-11 16:58:36 +0000 |
commit | 2f8aefdac6b4e042b0caceee288746f33f0b4755 (patch) | |
tree | f4b34cb4684f4af7ba8570bdcfbb9ea04198b71e /dev-ruby/actionpack | |
parent | Sparc stable --- part of Bug #221309 --- Good for about 5 months. (diff) | |
download | gentoo-2-2f8aefdac6b4e042b0caceee288746f33f0b4755.tar.gz gentoo-2-2f8aefdac6b4e042b0caceee288746f33f0b4755.tar.bz2 gentoo-2-2f8aefdac6b4e042b0caceee288746f33f0b4755.zip |
Sparc stable --- part of Bug #221309 --- Good for about 5 months.
(Portage version: 2.2_pre6)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index d50f614123b8..b246791b87ce 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.74 2008/05/11 16:09:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.75 2008/05/11 16:58:36 fmccor Exp $ + + 11 May 2008; Ferris McCormick <fmccor@gentoo.org> actionpack-2.0.2.ebuild: + Sparc stable --- part of Bug #221309 --- Good for about 5 months. 11 May 2008; Markus Meier <maekke@gentoo.org> actionpack-2.0.2.ebuild: x86 stable, bug #221309 diff --git a/dev-ruby/actionpack/actionpack-2.0.2.ebuild b/dev-ruby/actionpack/actionpack-2.0.2.ebuild index 46086cf6dc1b..4bb76f439679 100644 --- a/dev-ruby/actionpack/actionpack-2.0.2.ebuild +++ b/dev-ruby/actionpack/actionpack-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/actionpack/actionpack-2.0.2.ebuild,v 1.3 2008/05/11 16:09:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.0.2.ebuild,v 1.4 2008/05/11 16:58:36 fmccor Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/actionpack/" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5 |