| 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>
|
|
Running gdb inside an ebuild as non-root, within sandbox, and possibly
within a container is unreliable.
Closes: https://bugs.gentoo.org/941296
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Remove USE=build and install mime-types unconditionaally. It is unclear
why it was made conditional in the first place, and mime-types is
a trivial data package with no dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/960054
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Inline dev-python/ensurepip-wheels dependencies in all Python versions
to pave the way for removing the metapackage. Remove unnecessary
dev-python/ensurepip-wheel test dependency from slots other than 3.12;
the dependency was introduced in that version and removed in 3.13,
as the bundled setuptools wheel was updated.
TODO: patch 3.12 to remove the dependency as well?
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
This is the default upstream if supported by the compiler since
042b128f58a952b2cd04bd5b7401bd54c67a687e (2.7.15).
Originally added in 7dc4fe8bae0c3ce25bc3eca183ad724a4c0f0a1d in ::gentoo.
It's possible this might even have negative effects at some point because
it conflicts with preserve_none/the tail call interpreter, if upstream
decide that passing this configure arg explicitly overrides that or something.
Bug: https://bugs.gentoo.org/296574
Signed-off-by: Sam James <sam@gentoo.org>
|
|
... to match bumps from today.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|