summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-12-22 22:07:32 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-12-22 22:07:32 +0000
commita3d893e18dda017b13f21593f007ced8a664302b (patch)
tree81e915e2d9cdbc2422443f8d596c6df228647ffa /dev-ruby
parentVersion bump (diff)
downloadgentoo-2-a3d893e18dda017b13f21593f007ced8a664302b.tar.gz
gentoo-2-a3d893e18dda017b13f21593f007ced8a664302b.tar.bz2
gentoo-2-a3d893e18dda017b13f21593f007ced8a664302b.zip
Keyword ~ppc64, bug #465948
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/childprocess/ChangeLog6
-rw-r--r--dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/childprocess/ChangeLog b/dev-ruby/childprocess/ChangeLog
index 9812cf731fd8..f38edf5de757 100644
--- a/dev-ruby/childprocess/ChangeLog
+++ b/dev-ruby/childprocess/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/childprocess
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.33 2013/12/22 14:33:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.34 2013/12/22 22:07:32 blueness Exp $
+
+ 22 Dec 2013; Anthony G. Basile <blueness@gentoo.org>
+ childprocess-0.3.9-r1.ebuild:
+ Keyword ~ppc64, bug #465948
22 Dec 2013; Jeroen Roovers <jer@gentoo.org> childprocess-0.3.9.ebuild:
Stable for HPPA (bug #493780).
diff --git a/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild b/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild
index 1d04bd5af8fe..eff943592bd3 100644
--- a/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild,v 1.1 2013/11/17 20:59:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild,v 1.2 2013/12/22 22:07:32 blueness Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jarib/childprocess"
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )"