| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Result of running the command:
grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Result of running the command:
grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa
Signed-off-by: Arthur Zamarin <arthurzam@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>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@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>
|