| 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>
|
|
I guess depending on the way Clang's profiling works, it may not save the
equivalent of .gcov files cleanly on exit (or regularly flush them to disk)
if killed.
Closes: https://bugs.gentoo.org/964023
Signed-off-by: Sam James <sam@gentoo.org>
|
|
I've kept the p.use.stable.mask entry as users enabling it on stable would
still have to manually set CC=clang etc and it doesn't seem worth it. Hopefully
we can stable GCC 15 soonish anyway.
Closes: https://bugs.gentoo.org/963989
Thanks-to: Jerome C <me@jeromec.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/963967
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|