commit:     5621e0e1fe0585158f599d0378ec194c40951f49
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May 12 08:50:36 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 12 20:38:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5621e0e1

dev-ada/gnatcoll-bindings: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/42045
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../files/gnatcoll-bindings-23.0.0-py_3_11.patch       | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git 
a/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-23.0.0-py_3_11.patch 
b/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-23.0.0-py_3_11.patch
deleted file mode 100644
index e4c3960c236f..000000000000
--- a/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-23.0.0-py_3_11.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/python/python_support.c  2023-02-22 20:16:04.746476700 +0100
-+++ b/python/python_support.c  2023-02-22 20:18:46.762891565 +0100
-@@ -814,13 +814,13 @@
- PyCodeObject*
- ada_pyframe_get_code (PyFrameObject* obj)
- {
--   return obj->f_code;
-+   return PyFrame_GetCode(obj);
- }
- 
- PyFrameObject*
- ada_pyframe_get_back (PyFrameObject* obj)
- {
--   return obj->f_back;
-+   return PyFrame_GetBack(obj);
- }
- 
- PyObject*

Reply via email to