diff options
author | 2009-01-07 15:23:55 +0000 | |
---|---|---|
committer | 2009-01-07 15:23:55 +0000 | |
commit | 0612baa458bf0e293829e7de9ed1977346df4106 (patch) | |
tree | b7a7796833d7f402e577b9d45ad3a81569127e53 /dev-ruby/activesupport | |
parent | Marking eselect-rails-0.14 ppc64 for bug 253425 (diff) | |
download | gentoo-2-0612baa458bf0e293829e7de9ed1977346df4106.tar.gz gentoo-2-0612baa458bf0e293829e7de9ed1977346df4106.tar.bz2 gentoo-2-0612baa458bf0e293829e7de9ed1977346df4106.zip |
Marking activesupport-2.2.2 ppc64 for bug 253425
(Portage version: 2.1.6.4/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 3ee8034c11d3..c0734c5b59e0 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # 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.78 2009/01/04 16:11:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.79 2009/01/07 15:23:55 ranger Exp $ + + 07 Jan 2009; Brent Baude <ranger@gentoo.org> activesupport-2.2.2.ebuild: + Marking activesupport-2.2.2 ppc64 for bug 253425 04 Jan 2009; Markus Meier <maekke@gentoo.org> activesupport-2.2.2.ebuild: amd64/x86 stable, bug #253425 diff --git a/dev-ruby/activesupport/activesupport-2.2.2.ebuild b/dev-ruby/activesupport/activesupport-2.2.2.ebuild index 563224395531..f0993f28aa92 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.2 2009/01/04 16:11:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.2.2.ebuild,v 1.3 2009/01/07 15:23:55 ranger 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" |