commit:     bdd4d90356543a6c1e5d575de47efd5d4b8d7e27
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Aug 10 17:44:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 05:26:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd4d903

dev-vcs/fossil: remove unused patch

Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/26815
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../fossil-2.18-fix-sqlite-3.38-json-check.patch     | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch 
b/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch
deleted file mode 100644
index 9c7b57bfd37d..000000000000
--- a/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://bugs.gentoo.org/835810
-https://fossil-scm.org/home/vpatch?from=d862cb71d6266449&to=8af827342f4c4a77
-https://fossil-scm.org/forum/info/549da79dd9
-
---- a/tools/sqlcompattest.c
-+++ b/tools/sqlcompattest.c
-@@ -62,11 +62,10 @@
-   version=(major*1000000)+(minor*1000)+release;
- 
-   int i;
-   static const char *zRequiredOpts[] = {
-     "ENABLE_FTS4",        /* Required for repository search */
--    "ENABLE_JSON1",       /* Required for the check-in locking protocol */
-     "ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */
-   };
- 
-   /* Check minimum SQLite version number */
-   if( sqlite3_libversion_number()<version ){
-
-

Reply via email to