diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-12-01 09:13:41 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-12-01 09:13:41 +0000 |
commit | 1fba5888ddc626183449b48b846796d4f42a380b (patch) | |
tree | b0d1c4c541119ad48cdc46d96d3e9c95e00de05d /dev-ruby | |
parent | Remove old vulnerable versions (diff) | |
download | gentoo-2-1fba5888ddc626183449b48b846796d4f42a380b.tar.gz gentoo-2-1fba5888ddc626183449b48b846796d4f42a380b.tar.bz2 gentoo-2-1fba5888ddc626183449b48b846796d4f42a380b.zip |
Stable on ppc64; bug #200159
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 7cf55aa982ae..be23c684a192 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # 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.51 2007/10/21 15:07:09 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.52 2007/12/01 09:13:41 corsair Exp $ + + 01 Dec 2007; Markus Rothe <corsair@gentoo.org> activesupport-1.4.4.ebuild: + Stable on ppc64; bug #200159 21 Oct 2007; Steve Dibb <beandog@gentoo.org> activesupport-1.4.4.ebuild: amd64 stable diff --git a/dev-ruby/activesupport/activesupport-1.4.4.ebuild b/dev-ruby/activesupport/activesupport-1.4.4.ebuild index c1c448c9e57e..b72cf81d3f25 100644 --- a/dev-ruby/activesupport/activesupport-1.4.4.ebuild +++ b/dev-ruby/activesupport/activesupport-1.4.4.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.4.ebuild,v 1.5 2007/10/21 15:07:09 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.4.4.ebuild,v 1.6 2007/12/01 09:13:41 corsair Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activesupport/" LICENSE="MIT" SLOT="1.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 |