commit:     a21a083d20aca7386473ae046c5e61dcaadee9db
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 05:00:05 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 05:02:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21a083d

dev-ruby/json: Stable for HPPA PPC64 (bug #518094).

Package-Manager: portage-2.2.20.1

 dev-ruby/json/files/json-1.8.1-ruby22.patch | 17 -----------------
 dev-ruby/json/json-1.8.2-r1.ebuild          |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/dev-ruby/json/files/json-1.8.1-ruby22.patch 
b/dev-ruby/json/files/json-1.8.1-ruby22.patch
deleted file mode 100644
index a2d55c4..0000000
--- a/dev-ruby/json/files/json-1.8.1-ruby22.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fix compilation issue with ruby22.
-
-See https://github.com/flori/json/issues/229
-
-Taken from the ruby-core changes.
-
---- ext/json/ext/fbuffer/fbuffer.h.orig        2014-12-27 21:27:31.701991610 
+0100
-+++ ext/json/ext/fbuffer/fbuffer.h     2014-12-27 21:28:11.252956858 +0100
-@@ -172,7 +172,7 @@
- 
- static VALUE fbuffer_to_s(FBuffer *fb)
- {
--    VALUE result = rb_str_new(FBUFFER_PAIR(fb));
-+    VALUE result = rb_str_new(FBUFFER_PTR(fb), FBUFFER_LEN(fb));
-     fbuffer_free(fb);
-     FORCE_UTF8(result);
-     return result;

diff --git a/dev-ruby/json/json-1.8.2-r1.ebuild 
b/dev-ruby/json/json-1.8.2-r1.ebuild
index 297cf30..09faec6 100644
--- a/dev-ruby/json/json-1.8.2-r1.ebuild
+++ b/dev-ruby/json/json-1.8.2-r1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="A JSON implementation as a Ruby extension"
 HOMEPAGE="https://github.com/flori/json";
 LICENSE="|| ( Ruby GPL-2 )"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 

Reply via email to