diff options
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index a0035f6fb8b0..2226059fa4e0 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.35 2006/06/28 11:47:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.36 2006/07/13 01:13:17 agriffis Exp $ + + 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> + activesupport-1.3.1.ebuild: + Mark 1.3.1 stable on ia64. #138323 28 Jun 2006; Caleb Tennis <caleb@gentoo.org> -activesupport-1.2.5.ebuild, -activesupport-1.3.0.ebuild: diff --git a/dev-ruby/activesupport/activesupport-1.3.1.ebuild b/dev-ruby/activesupport/activesupport-1.3.1.ebuild index 8b2ccf28425c..161e44b139fc 100644 --- a/dev-ruby/activesupport/activesupport-1.3.1.ebuild +++ b/dev-ruby/activesupport/activesupport-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.3.1.ebuild,v 1.6 2006/06/06 16:54:39 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.3.1.ebuild,v 1.7 2006/07/13 01:13:17 agriffis Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.1" -KEYWORDS="amd64 ~ia64 ppc sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 |