From c15c11e6b83c6e140047c1647510370099be70f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Rossillol=E2=80=91=E2=80=91Laruelle?= Date: Wed, 2 Oct 2024 11:02:52 +0200 Subject: dev-db/sqlitebrowser: drop 3.12.2-r2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattéo Rossillol‑‑Laruelle Closes: https://github.com/gentoo/gentoo/pull/38848 Signed-off-by: Eli Schwartz --- .../files/sqlitebrowser-3.12.2-str-conflict-fix.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-db/sqlitebrowser/files/sqlitebrowser-3.12.2-str-conflict-fix.patch (limited to 'dev-db/sqlitebrowser/files') diff --git a/dev-db/sqlitebrowser/files/sqlitebrowser-3.12.2-str-conflict-fix.patch b/dev-db/sqlitebrowser/files/sqlitebrowser-3.12.2-str-conflict-fix.patch deleted file mode 100644 index 07284ca8ba0c..000000000000 --- a/dev-db/sqlitebrowser/files/sqlitebrowser-3.12.2-str-conflict-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/version.h -+++ b/src/version.h -@@ -4,8 +4,8 @@ - #define MINOR_VERSION 12 - #define PATCH_VERSION 2 - --#define str(s) #s --#define xstr(s) str(s) -+#define stringize(s) #s -+#define xstr(s) stringize(s) - #define APP_VERSION xstr(MAJOR_VERSION) "." xstr(MINOR_VERSION) "." xstr(PATCH_VERSION) - - // If it is defined by the compiler, then it is a nightly build, and in the YYYYMMDD format. -- cgit v1.2.3