summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-08-19 10:25:19 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-08-19 10:25:19 +0000
commite1cc8900fa0cedc205f79b924376a84d1db7d423 (patch)
treeb62d0d732be5433e54017b2291be42ead9dc6894 /dev-ruby/childprocess
parentStable for amd64, wrt bug #431758 (diff)
downloadhistorical-e1cc8900fa0cedc205f79b924376a84d1db7d423.tar.gz
historical-e1cc8900fa0cedc205f79b924376a84d1db7d423.tar.bz2
historical-e1cc8900fa0cedc205f79b924376a84d1db7d423.zip
Keyword ~ppc ~ppc64, bug #417573
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/childprocess')
-rw-r--r--dev-ruby/childprocess/ChangeLog6
-rw-r--r--dev-ruby/childprocess/childprocess-0.3.5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/childprocess/ChangeLog b/dev-ruby/childprocess/ChangeLog
index 708191b18d2b..4bf08ae4a895 100644
--- a/dev-ruby/childprocess/ChangeLog
+++ b/dev-ruby/childprocess/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/childprocess
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.22 2012/08/14 18:31:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.23 2012/08/19 10:21:24 blueness Exp $
+
+ 19 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
+ childprocess-0.3.5.ebuild:
+ Keyword ~ppc ~ppc64, bug #417573
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata.xml so that it's the same as most other packages.
diff --git a/dev-ruby/childprocess/childprocess-0.3.5.ebuild b/dev-ruby/childprocess/childprocess-0.3.5.ebuild
index 109066d992da..31aebce0ca03 100644
--- a/dev-ruby/childprocess/childprocess-0.3.5.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild,v 1.1 2012/08/12 23:45:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild,v 1.2 2012/08/19 10:21:24 blueness Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jarib/childprocess"
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )"