diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-18 20:42:07 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-18 20:42:07 +0000 |
commit | c998a02eab785f94ec2c019d331b3df4f3450114 (patch) | |
tree | 6357dc960524dea2c4c43c0800e1483f7ad2df17 /dev-ruby/activeresource | |
parent | Marking rails-2.3.5-r1 ~ppc for bug 301007 (diff) | |
download | historical-c998a02eab785f94ec2c019d331b3df4f3450114.tar.gz historical-c998a02eab785f94ec2c019d331b3df4f3450114.tar.bz2 historical-c998a02eab785f94ec2c019d331b3df4f3450114.zip |
Marking activeresource-2.3.5-r1 ~ppc64 for bug 301007
Package-Manager: portage-2.1.6.13/cvs/Linux ppc64
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.3.5-r1.ebuild | 4 |
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}" |