diff options
author | Brent Baude <ranger@gentoo.org> | 2010-09-29 22:28:47 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-09-29 22:28:47 +0000 |
commit | f72a2575b34b430510ac71db2f8d361c96df4007 (patch) | |
tree | 8754689c27a90a5b2837edb9dde1e2d3fc13a810 /dev-ruby/activeresource | |
parent | Marking actionmailer-2.3.8 ~ppc64 for bug 322175 (diff) | |
download | gentoo-2-f72a2575b34b430510ac71db2f8d361c96df4007.tar.gz gentoo-2-f72a2575b34b430510ac71db2f8d361c96df4007.tar.bz2 gentoo-2-f72a2575b34b430510ac71db2f8d361c96df4007.zip |
Marking activeresource-2.3.8 ~ppc64 for bug 322175
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index a15e493d6be6..079cdb610c7f 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,9 @@ # 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.67 2010/09/28 21:48:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.68 2010/09/29 22:28:47 ranger Exp $ + + 29 Sep 2010; Brent Baude <ranger@gentoo.org> activeresource-2.3.8.ebuild: + Marking activeresource-2.3.8 ~ppc64 for bug 322175 28 Sep 2010; Brent Baude <ranger@gentoo.org> activeresource-2.3.8.ebuild: Marking activeresource-2.3.8 ~ppc for bug 322175 diff --git a/dev-ruby/activeresource/activeresource-2.3.8.ebuild b/dev-ruby/activeresource/activeresource-2.3.8.ebuild index 85587743ffd4..f3dfe784ed1f 100644 --- a/dev-ruby/activeresource/activeresource-2.3.8.ebuild +++ b/dev-ruby/activeresource/activeresource-2.3.8.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.8.ebuild,v 1.3 2010/09/28 21:48:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v 1.4 2010/09/29 22:28:47 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}" |