commit: 4b30dd6daa81757c8a73b13679feeb4f2a17837d Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Feb 10 15:44:08 2026 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Feb 10 15:44:08 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b30dd6d
dev-db/mysql: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/mysql-8.0.40-fix-bundled-abseil-gcc15.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-db/mysql/files/mysql-8.0.40-fix-bundled-abseil-gcc15.patch b/dev-db/mysql/files/mysql-8.0.40-fix-bundled-abseil-gcc15.patch deleted file mode 100644 index b8b0138f1808..000000000000 --- a/dev-db/mysql/files/mysql-8.0.40-fix-bundled-abseil-gcc15.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://github.com/abseil/abseil-cpp/pull/1739 - -From https://github.com/abseil/abseil-cpp/commit/809e5de7b92950849289236a5a09e9cb4f32c7b9 Mon Sep 17 00:00:00 2001 -From: Christopher Fore <[email protected]> -Date: Mon, 5 Aug 2024 12:09:18 -0700 -Subject: [PATCH] PR #1739: container/internal: Explicitly include <cstdint> - -GCC 15 will no longer include <cstdint> by default, resulting in build failures in projects that do not explicitly include it. - ---- a/extra/abseil/abseil-cpp-20230802.1/absl/container/internal/container_memory.h -+++ b/extra/abseil/abseil-cpp-20230802.1/absl/container/internal/container_memory.h -@@ -17,6 +17,7 @@ - - #include <cassert> - #include <cstddef> -+#include <cstdint> - #include <cstring> - #include <memory> - #include <new>
