| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib-' |
xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```
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>
|
|
Bug: https://bugs.gentoo.org/963031
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Followup to c4a281bfc7e86f24205a9f0084b16045c9531a08. This actually still
doesn't seem to be enough, I must have tested w/ 2.84.4 before which didn't
need bootstrapping as I had new enough g-i.
Bug: https://bugs.gentoo.org/963031
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Avoid clobbering PKG_CONFIG_LIBDIR.
Closes: https://bugs.gentoo.org/963031
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
This reverts commit 94f109e38561f2c898adbf973a5ecc41404dc310.
People still have 2.78 installed and are upgrading from it, as shown
by bugs like bug #947058.
Bug: https://bugs.gentoo.org/947058
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: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/43754
Closes: https://github.com/gentoo/gentoo/pull/43754
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Upstream MR https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3997
should solve it.
Closes: https://bugs.gentoo.org/904096
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/961874
Signed-off-by: Sam James <sam@gentoo.org>
|