summaryrefslogtreecommitdiff
path: root/dev-python/pybind11
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-30 18:14:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-30 18:14:27 +0000
commit7c84443456e12d80998a8b77484a7054b0bfa17c (patch)
tree5b4a36b36dcebad199a709653550ef0607017071 /dev-python/pybind11
parent9aeb741468eb5fe9eb2055e9bb28268fad788da8 (diff)
downloadbaldeagleos-repo-7c84443456e12d80998a8b77484a7054b0bfa17c.tar.gz
baldeagleos-repo-7c84443456e12d80998a8b77484a7054b0bfa17c.tar.xz
baldeagleos-repo-7c84443456e12d80998a8b77484a7054b0bfa17c.zip
Adding metadata
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r--dev-python/pybind11/files/pybind11-2.10.4_macOS-GCC.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pybind11/files/pybind11-2.10.4_macOS-GCC.patch b/dev-python/pybind11/files/pybind11-2.10.4_macOS-GCC.patch
index 5bfa88348110..cbfcff84a684 100644
--- a/dev-python/pybind11/files/pybind11-2.10.4_macOS-GCC.patch
+++ b/dev-python/pybind11/files/pybind11-2.10.4_macOS-GCC.patch
@@ -2,8 +2,7 @@ Break the toolchain assumption of LLVM on Prefix/macOS.
At Prefix/macOS, the system compiler is GCC with libstdc++.
-This patch is only useful to Gentoo Prefix. We don't have plans to
-forward it upstream.
+Reference: https://github.com/pybind/pybind11/pull/4639
Signed-off-by: Benda Xu <heroxbd@gentoo.org>