| Age | Commit message (Collapse) | Author |
|
Done via:
```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```
Signed-off-by: Michał Górny <mgorny@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>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/905448
Closes: https://bugs.gentoo.org/955903
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Needs deprecated MD4 which we don't build our net-libs/mbedtls:0
with (bug #955863). Removed in mbedtls:3 too.
Closes: https://bugs.gentoo.org/955863
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Julia uses libgit2 via FFI and libgit2 has unstable ABI.
Closes: https://bugs.gentoo.org/955402
Thanks-to: William Throwe <wtt6@cornell.edu>
Signed-off-by: Sam James <sam@gentoo.org>
|