| 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 sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@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
```
Plus reverts in sys-libs/minizip-ng, sys-libs/zlib-ng and profiles.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
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>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
The fix has been backported to all applicable GCC branches for some
time now.
Bug: https://bugs.gentoo.org/880677
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Python is currently only used for two things in llvm:15, and that is:
- Test-time use of llvm-lit, see corresponding change to dev-python/lit
for why it is safe to enable py3.13.
Note that llvm-lit loads cfg files which are python scripts used by the
test. Some unmaintained code removed in llvm:16 uses a python module
removed in 3.13, but we never built it to begin with so the easiest
fix is to remove it entirely so that llvm-lit does not try to load it
and fail with ModuleNotFoundError.
- USE=docs. We could drop docs from ancient slots, but it is just
sphinx with a trivial conf.py and it does work, so we might as well
allow it.
Acked-by: Sam James <sam@gentoo.org>
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|