diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 14:05:43 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 14:05:43 +0000 |
commit | e2d0174c2fcb68148de2ab9bba2db5e1c17fcfa8 (patch) | |
tree | 27dcced2a709ed76952e679670633c0e1aec4d10 /dev-ruby/activesupport | |
parent | Fix from upstream for memory overflow #194864 by teidakankan and Peter Henrik... (diff) | |
download | gentoo-2-e2d0174c2fcb68148de2ab9bba2db5e1c17fcfa8.tar.gz gentoo-2-e2d0174c2fcb68148de2ab9bba2db5e1c17fcfa8.tar.bz2 gentoo-2-e2d0174c2fcb68148de2ab9bba2db5e1c17fcfa8.zip |
ppc stable, bug #177209
(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 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 426d989361dc..d3ec944b3c78 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.42 2007/10/05 21:23:12 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.43 2007/10/06 14:05:43 dertobi123 Exp $ + + 06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> + activesupport-1.4.2.ebuild: + ppc stable, bug #177209 05 Oct 2007; Ferris McCormick <fmccor@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 d5e58dd4dc6f..02f72089fd89 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.2 2007/10/05 21:23:12 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.4.2.ebuild,v 1.3 2007/10/06 14:05:43 dertobi123 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 sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5 |