| Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
Closes: https://bugs.gentoo.org/963427
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/44180
Closes: https://github.com/gentoo/gentoo/pull/44180
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/963470
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
|
|
Has missing deps on s390.
Fixes: 49daa62ac289b70bfd0ed01db8baf13e95a15b1c
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
This reverts commit 787d4fcfcb2743120c5bf5000962676a20f91b5b.
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
|
|
This revert series reverts 5 postgresql commits from earlier today. There seems
to be a handful of rdeps that need to be addressed before removal of
postgresql-13.
With this single revert commit, *this* commit can be reverted in future to
reapply all 5 commits again when the rdeps are sorted out.
This reverts commits:
5adeecf12198ccd5eb12bdeb840a026a59fa3b8b
9718eec39a4ac1e48b216f51341fc2a454e6cca6
353510734c67cdfc622d69823459d7c0e0c8c6ef
7d30725246352824ddff832324ddcd3ceb44ade3
008d3218e93834b16b027ae2953981757e6e41b7
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
|