commit: bb572f15e2d0943043d37525a15015b8d99aefd7 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Oct 12 17:38:39 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Oct 13 13:40:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb572f15
dev-python/pybind11: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../pybind11/files/pybind11-2.13.1-gcc14-fix.patch | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-python/pybind11/files/pybind11-2.13.1-gcc14-fix.patch b/dev-python/pybind11/files/pybind11-2.13.1-gcc14-fix.patch deleted file mode 100644 index 878ede4a14f6..000000000000 --- a/dev-python/pybind11/files/pybind11-2.13.1-gcc14-fix.patch +++ /dev/null @@ -1,23 +0,0 @@ -Patch source: https://github.com/pybind/pybind11/commit/51c2aa16de5b50fe4be6a0016d6090d4a831899e -From 51c2aa16de5b50fe4be6a0016d6090d4a831899e Mon Sep 17 00:00:00 2001 -From: wenqing <[email protected]> -Date: Fri, 28 Jun 2024 16:12:32 +0200 -Subject: [PATCH] Fixed a compilation error with gcc 14 (#5208) - ---- - include/pybind11/typing.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/include/pybind11/typing.h b/include/pybind11/typing.h -index c8ba18d499..b0feb9464a 100644 ---- a/include/pybind11/typing.h -+++ b/include/pybind11/typing.h -@@ -14,6 +14,8 @@ - #include "cast.h" - #include "pytypes.h" - -+#include <algorithm> -+ - PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE) - PYBIND11_NAMESPACE_BEGIN(typing) -
