Michael Orlitzky b1aef02b2e
sci-mathematics/gap: fix C23 issues
Apply an upstream patch to change the declaration of ObjFunc from,

  typedef Obj (* ObjFunc) (/*arguments*/);

to,

  typedef void * ObjFunc;

in the public API. There is a corresponding subslot bump to rebuild
consumers. This fixes similar issues in dev-gap/{browse,edim}, and
dev-gap/datastructures-0.3.3 was fixed ahead of time.

Closes: https://bugs.gentoo.org/944036
Closes: https://bugs.gentoo.org/954796
Closes: https://bugs.gentoo.org/954798
Closes: https://bugs.gentoo.org/954803
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2025-07-18 20:08:14 -04:00
..
2025-07-18 20:08:14 -04:00