diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:27:09 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:39:44 +0100 |
| commit | f42710561cd1a05759f2f3416ac16f5848e05356 (patch) | |
| tree | 8abd8c949c9bdcd5f2690e078e481c304a7bc2cb /eclass/kernel-install.eclass | |
| parent | 04f67f50cdb3a2d5d2d8d99ad1c36ab5fd95cc4f (diff) | |
| download | gentoo-f42710561cd1a05759f2f3416ac16f5848e05356.tar.gz gentoo-f42710561cd1a05759f2f3416ac16f5848e05356.tar.bz2 gentoo-f42710561cd1a05759f2f3416ac16f5848e05356.zip | |
*/*: update the remaining packages for virtual/zlib
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>
Diffstat (limited to 'eclass/kernel-install.eclass')
| -rw-r--r-- | eclass/kernel-install.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 5d074598192f..12ad0dcbe091 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -189,7 +189,7 @@ if [[ ${KERNEL_IUSE_GENERIC_UKI} ]]; then ["sys-libs/ncurses"]="MIT" ["sys-libs/pam"]="|| ( BSD GPL-2 )" ["sys-libs/readline"]="GPL-3+" - ["sys-libs/zlib"]="ZLIB" + ["virtual/zlib"]="ZLIB" ["sys-process/procps"]="GPL-2+ LGPL-2+ LGPL-2.1+" ["x11-libs/libdrm"]="MIT" ["amd64? ( sys-firmware/intel-microcode )"]="amd64? ( intel-ucode )" |
