| Age | Commit message (Collapse) | Author |
|
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>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
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>
|