diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 14:11:43 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 14:11:43 +0000 |
commit | 6a2bc8656a495913362987b2d2e36fda1a1be2f2 (patch) | |
tree | 1270208e243da4d11a5f6e7fc4b52c926028ebfc /dev-ruby/activesupport | |
parent | ppc stable, bug #177209 (diff) | |
download | historical-6a2bc8656a495913362987b2d2e36fda1a1be2f2.tar.gz historical-6a2bc8656a495913362987b2d2e36fda1a1be2f2.tar.bz2 historical-6a2bc8656a495913362987b2d2e36fda1a1be2f2.zip |
ppc stable, bug #177209
Package-Manager: portage-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 |