commit:     8b1aef1faa3ffc18b3cc8bcbd6b12902d4d932bd
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sat Sep  3 15:57:50 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 18:19:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1aef1f

dev-libs/icu: remove unused patch

 dev-libs/icu/files/icu-flagparser.patch | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-libs/icu/files/icu-flagparser.patch 
b/dev-libs/icu/files/icu-flagparser.patch
deleted file mode 100644
index bd64276..00000000
--- a/dev-libs/icu/files/icu-flagparser.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: source/tools/toolutil/flagparser.c
-===================================================================
---- a/source/tools/toolutil/flagparser.c       (revision 38080)
-+++ b/source/tools/toolutil/flagparser.c       (revision 38081)
-@@ -97,7 +97,7 @@
- 
-     T_FileStream_close(f);
-     
--    if (U_FAILURE(*status)) {
-+    if (U_FAILURE(*status) && *status != U_BUFFER_OVERFLOW_ERROR) {
-         return -1;
-     }
- 

Reply via email to