diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-01-07 18:01:35 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-01-07 18:01:35 +0000 |
commit | bddad98096ceb5204972b16d4547b73a1b0ac2ba (patch) | |
tree | 025c06a3956269e4a612f0e311d0d0b518724964 /dev-ruby/activesupport | |
parent | Make xmoto work again with editor use flag. (diff) | |
download | gentoo-2-bddad98096ceb5204972b16d4547b73a1b0ac2ba.tar.gz gentoo-2-bddad98096ceb5204972b16d4547b73a1b0ac2ba.tar.bz2 gentoo-2-bddad98096ceb5204972b16d4547b73a1b0ac2ba.zip |
Sparc stable, Bug #253425.
(Portage version: 2.2_rc20/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index c0734c5b59e0..cf497636dcf9 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.79 2009/01/07 15:23:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.80 2009/01/07 18:01:35 fmccor Exp $ + + 07 Jan 2009; Ferris McCormick <fmccor@gentoo.org> + activesupport-2.2.2.ebuild: + Sparc stable, Bug #253425. 07 Jan 2009; Brent Baude <ranger@gentoo.org> activesupport-2.2.2.ebuild: Marking activesupport-2.2.2 ppc64 for bug 253425 diff --git a/dev-ruby/activesupport/activesupport-2.2.2.ebuild b/dev-ruby/activesupport/activesupport-2.2.2.ebuild index f0993f28aa92..8844e401702f 100644 --- a/dev-ruby/activesupport/activesupport-2.2.2.ebuild +++ b/dev-ruby/activesupport/activesupport-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.2.2.ebuild,v 1.3 2009/01/07 15:23:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.2.2.ebuild,v 1.4 2009/01/07 18:01:35 fmccor Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activesupport/" LICENSE="MIT" SLOT="2.2" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5" |