diff options
author | 2014-03-12 05:22:18 +0000 | |
---|---|---|
committer | 2014-03-12 05:22:18 +0000 | |
commit | 9dd6835fbae71d82ebc38690bae2e1e1aea55d44 (patch) | |
tree | 0401216d9f58ff2b85e873a41d2509abd39e44e9 /dev-ruby/jruby-openssl | |
parent | x86 stable wrt bug #502368 (diff) | |
download | gentoo-2-9dd6835fbae71d82ebc38690bae2e1e1aea55d44.tar.gz gentoo-2-9dd6835fbae71d82ebc38690bae2e1e1aea55d44.tar.bz2 gentoo-2-9dd6835fbae71d82ebc38690bae2e1e1aea55d44.zip |
x86 stable wrt bug #503568
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
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.7.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/jruby-openssl/ChangeLog b/dev-ruby/jruby-openssl/ChangeLog index 2bce19de40e9..8fa3134f2c45 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.20 2014/03/07 23:44:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/ChangeLog,v 1.21 2014/03/12 05:22:18 phajdan.jr Exp $ + + 09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + jruby-openssl-0.7.7.ebuild: + x86 stable wrt bug #503568 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> jruby-openssl-0.7.7.ebuild: amd64 stable, bug #503568 diff --git a/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild b/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild index c77105e10d87..1a3fedd9f2bf 100644 --- a/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild +++ b/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.7.7.ebuild,v 1.2 2014/03/07 23:44:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-openssl/jruby-openssl-0.7.7.ebuild,v 1.3 2014/03/12 05:22:18 phajdan.jr Exp $ EAPI=4 @@ -16,7 +16,7 @@ HOMEPAGE="http://rubyforge.org/projects/jruby-extras" LICENSE="MIT || ( CPL-1.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="${RDEPEND} >=dev-java/jruby-1.5.6" |