commit:     90f4841faaca30a9718d7d47b19c85bf8586b910
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 29 14:04:49 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:37:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f4841f

dev-ruby/kpeg: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34536
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-ruby/kpeg/files/kpeg-1.1.0-utf8.patch | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-ruby/kpeg/files/kpeg-1.1.0-utf8.patch 
b/dev-ruby/kpeg/files/kpeg-1.1.0-utf8.patch
deleted file mode 100644
index 1b565c466c2d..000000000000
--- a/dev-ruby/kpeg/files/kpeg-1.1.0-utf8.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Ensure proper encoding in non-UTF-8 locales.
-
-https://bugs.gentoo.org/640150
-
---- a/lib/kpeg/grammar.rb.orig 2018-05-20 09:26:13.597648830 +0200
-+++ b/lib/kpeg/grammar.rb      2018-05-20 09:28:19.606460712 +0200
-@@ -130,6 +130,10 @@
-           end
-         end
- 
-+      if reg =~ /\{[LMNPSZC][c-u]?\}/ && reg.encoding != Encoding::UTF_8
-+        reg.force_encoding('UTF-8')
-+      end
-+
-         @regexp = Regexp.new(reg, flags, lang)
-       else
-         @regexp = reg

Reply via email to