Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/files/
Date: Sun, 05 Dec 2021 21:46:01
Message-Id: 1638740712.663b718739ee813098ce5018288ee9a0bf2d2fa9.conikost@gentoo
1 commit: 663b718739ee813098ce5018288ee9a0bf2d2fa9
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Nov 25 16:53:19 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 21:45:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663b7187
7
8 dev-db/postgresql: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/23080
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 dev-db/postgresql/files/postgresql-10.0-icu68-2.patch | 11 -----------
16 1 file changed, 11 deletions(-)
17
18 diff --git a/dev-db/postgresql/files/postgresql-10.0-icu68-2.patch b/dev-db/postgresql/files/postgresql-10.0-icu68-2.patch
19 deleted file mode 100644
20 index 871516f9bf3d..000000000000
21 --- a/dev-db/postgresql/files/postgresql-10.0-icu68-2.patch
22 +++ /dev/null
23 @@ -1,11 +0,0 @@
24 -tardiff /usr/portage/distfiles/postgresql-10.15.tar.bz2 -upN
25 ---- postgresql-10.15/src/include/utils/pg_locale.h
26 -+++ postgresql-10.15/src/include/utils/pg_locale.h 2021-02-09 12:03:19.403549986 -0800
27 -@@ -17,6 +17,7 @@
28 - #endif
29 - #ifdef USE_ICU
30 - #include <unicode/ucol.h>
31 -+#undef bool
32 - #endif
33 -
34 - #include "utils/guc.h"