| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44884
Closes: https://github.com/gentoo/gentoo/pull/44884
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/963657
Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44468
Closes: https://github.com/gentoo/gentoo/pull/44468
Signed-off-by: Sam James <sam@gentoo.org>
|
|
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>
|
|
Since 1.89.0 was already stable, dropped Michal's patch for
that version and applied it here instead.
Closes: https://github.com/gentoo/gentoo/pull/42060
Co-authored-by: Michal Rostecki <vadorovsky@protonmail.com>
Signed-off-by: Matt Jolly <kangie@gentoo.org>
|