summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2010-01-18 20:42:07 +0000
committerBrent Baude <ranger@gentoo.org>2010-01-18 20:42:07 +0000
commitf7c0f9d29a5e300d95caa976080b004b6c7623da (patch)
treec6dd6939a9c348727f0cbb6d9e934cab6bc69129 /dev-ruby
parentMarking rails-2.3.5-r1 ~ppc for bug 301007 (diff)
downloadgentoo-2-f7c0f9d29a5e300d95caa976080b004b6c7623da.tar.gz
gentoo-2-f7c0f9d29a5e300d95caa976080b004b6c7623da.tar.bz2
gentoo-2-f7c0f9d29a5e300d95caa976080b004b6c7623da.zip
Marking activeresource-2.3.5-r1 ~ppc64 for bug 301007
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activeresource/ChangeLog6
-rw-r--r--dev-ruby/activeresource/activeresource-2.3.5-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index 3e1a6d6679df..2d589042aedc 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.59 2010/01/18 20:37:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.60 2010/01/18 20:42:07 ranger Exp $
+
+ 18 Jan 2010; Brent Baude <ranger@gentoo.org>
+ activeresource-2.3.5-r1.ebuild:
+ Marking activeresource-2.3.5-r1 ~ppc64 for bug 301007
18 Jan 2010; Brent Baude <ranger@gentoo.org>
activeresource-2.3.5-r1.ebuild:
diff --git a/dev-ruby/activeresource/activeresource-2.3.5-r1.ebuild b/dev-ruby/activeresource/activeresource-2.3.5-r1.ebuild
index 9902bba1f93e..fcbc274d50be 100644
--- a/dev-ruby/activeresource/activeresource-2.3.5-r1.ebuild
+++ b/dev-ruby/activeresource/activeresource-2.3.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.5-r1.ebuild,v 1.2 2010/01/18 20:37:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.5-r1.ebuild,v 1.3 2010/01/18 20:42:07 ranger Exp $
EAPI=2
@@ -16,7 +16,7 @@ HOMEPAGE="http://rubyforge.org/projects/activeresource/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"