diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-19 10:21:24 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-19 10:21:24 +0000 |
commit | 5534412cf0cd66e96dcbbf305beda681b6347dd2 (patch) | |
tree | c96178ab4239aa94f536891a2fae5b2e8705ecd8 /dev-ruby/childprocess | |
parent | Stable for amd64, wrt bug #431758 (diff) | |
download | gentoo-2-5534412cf0cd66e96dcbbf305beda681b6347dd2.tar.gz gentoo-2-5534412cf0cd66e96dcbbf305beda681b6347dd2.tar.bz2 gentoo-2-5534412cf0cd66e96dcbbf305beda681b6347dd2.zip |
Keyword ~ppc ~ppc64, bug #417573
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/childprocess')
-rw-r--r-- | dev-ruby/childprocess/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/childprocess/childprocess-0.3.5.ebuild | 4 |
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 )" |