diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-25 21:48:16 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-25 21:48:16 +0000 |
commit | 81bc6b60209592e703efca5b136ea5fcabcf23df (patch) | |
tree | c96a68cf25aa325f9f7e1a7a28f08d45d442efd6 /dev-ruby/jruby-openssl | |
parent | Remove old. (diff) | |
download | gentoo-2-81bc6b60209592e703efca5b136ea5fcabcf23df.tar.gz gentoo-2-81bc6b60209592e703efca5b136ea5fcabcf23df.tar.bz2 gentoo-2-81bc6b60209592e703efca5b136ea5fcabcf23df.zip |
Keywording for ppc.
Bug 270910.
(Portage version: 14478-svn/cvs/Linux ppc)
Diffstat (limited to 'dev-ruby/jruby-openssl')
-rw-r--r-- | dev-ruby/jruby-openssl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/jruby-openssl/jruby-openssl-0.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/jruby-openssl/ChangeLog b/dev-ruby/jruby-openssl/ChangeLog index 786a33b1cbae..c25ff64e5a32 100644 --- a/dev-ruby/jruby-openssl/ChangeLog +++ b/dev-ruby/jruby-openssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/jruby-openssl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.1 2009/05/23 07:44:48 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.2 2009/10/25 21:48:16 volkmar Exp $ + + 25 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> + jruby-openssl-0.2.3.ebuild: + Keywording for ppc, bug 270910 *jruby-openssl-0.2.3 (23 May 2009) diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.2.3.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.2.3.ebuild index 72f208f68cee..552b980cc883 100644 --- a/dev-ruby/jruby-openssl/jruby-openssl-0.2.3.ebuild +++ b/dev-ruby/jruby-openssl/jruby-openssl-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.2.3.ebuild,v 1.1 2009/05/23 07:44:48 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.2.3.ebuild,v 1.2 2009/10/25 21:48:16 volkmar Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-java/jruby" |