| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44718
Closes: https://github.com/gentoo/gentoo/pull/44718
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44718
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```
with some manual reverts.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
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: Andreas Sturmlechner <asturm@gentoo.org>
|
|
sci-geosciences/liblas is being last-rited, and we cannot carry a huge
PDAL replacement patch downstream.
See also: https://github.com/gentoo/gentoo/pull/43690
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
sci-geosciences/liblas is being last-rited, and we cannot carry a huge
PDAL replacement patch downstream.
See also: https://github.com/gentoo/gentoo/pull/43690
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/957246 (pkgremoved)
Closes: https://bugs.gentoo.org/951924 (pkgremoved)
Closes: https://bugs.gentoo.org/881423 (pkgremoved)
Closes: https://bugs.gentoo.org/919726 (pkgremoved)
Closes: https://bugs.gentoo.org/829404 (pkgremoved)
Closes: https://bugs.gentoo.org/729738 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
I'm aware about the cmake 4 warning, see discussion in https://github.com/OpenMW/osg/pull/32
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/44378
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/964972
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Respin Lua patch with an added option to avoid a CMake warning.
Closes: https://bugs.gentoo.org/960858
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/954105
Closes: https://bugs.gentoo.org/957227
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/957394
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Haven't overly tested new USE combinations due to being
a long build, but hopefully is fine.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Double-wrap bool in case it's a keyword, not macro, for C23.
As typedef enum bool was guarded before and downstream user
tuxmath package takes care to use bool type only internally,
without exposing it over the network or to filesystem,
I act under presumption that this is ok to do in this
installable header.
Closes: https://bugs.gentoo.org/943953
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Part-of: https://github.com/gentoo/gentoo/pull/40844
Closes: https://github.com/gentoo/gentoo/pull/40844
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/946099
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/961871
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43419
Signed-off-by: Sam James <sam@gentoo.org>
|
|
This fixes building with new, not yet stabilized Qbs 2.6+.
Closes: https://bugs.gentoo.org/959357
Signed-off-by: Andrei Sabalenka <mechakotik@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43400
Closes: https://github.com/gentoo/gentoo/pull/43400
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/961228
Signed-off-by: Andrei Sabalenka <mechakotik@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/43390
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
No reason for it to be this way anymore, the code that made use
of the 2nd array was cleaned up but merging was forgotten.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Signed-off-by: Adam Tajti <adam.tajti@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42856
Closes: https://github.com/gentoo/gentoo/pull/42856
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/751184 (pkgremoved)
Closes: https://bugs.gentoo.org/955654 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|