summaryrefslogtreecommitdiff
path: root/dev-lang/swi-prolog/swi-prolog-9.3.25.ebuild
AgeCommit message (Collapse)Author
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-13dev-lang/swi-prolog: Stabilize 9.3.25 amd64, #962613Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-12dev-lang/swi-prolog: Stabilize 9.3.25 x86, #962613Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-07-29dev-lang/swi-prolog: bump to 9.3.25; fix compilation errorsigna_martinoli
This bump fixes build failure with modern glibc due to signal handler type mismatch. Newer glibc headers enforce stricter function pointer types, causing older versions of this package to fail compilation. Upgrading resolves the issue. Closes: https://bugs.gentoo.org/946573 Signed-off-by: igna_martinoli <ignamartinoli@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43206 Closes: https://github.com/gentoo/gentoo/pull/43206 Signed-off-by: Maciej Barć <xgqt@gentoo.org>