diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:03:00 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:07:26 +0100 |
| commit | bd0ee727e0e124e4eaa879ad390bef06ff7420bf (patch) | |
| tree | ec5b04c986aabe3b33c866c03c1bac1645a3531c /dev-lang/php/php-8.2.24-r1.ebuild | |
| parent | ce9200747de99446af96c5a204195c89bada1872 (diff) | |
| download | gentoo-bd0ee727e0e124e4eaa879ad390bef06ff7420bf.tar.gz gentoo-bd0ee727e0e124e4eaa879ad390bef06ff7420bf.tar.bz2 gentoo-bd0ee727e0e124e4eaa879ad390bef06ff7420bf.zip | |
dev-*/*: update for virtual/zlib
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>
Diffstat (limited to 'dev-lang/php/php-8.2.24-r1.ebuild')
| -rw-r--r-- | dev-lang/php/php-8.2.24-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-8.2.24-r1.ebuild b/dev-lang/php/php-8.2.24-r1.ebuild index 7579494a4641..22f97ea5d372 100644 --- a/dev-lang/php/php-8.2.24-r1.ebuild +++ b/dev-lang/php/php-8.2.24-r1.ebuild @@ -124,7 +124,7 @@ COMMON_DEPEND=" xpm? ( x11-libs/libXpm ) xslt? ( dev-libs/libxslt ) zip? ( >=dev-libs/libzip-1.2.0:= ) - zlib? ( >=sys-libs/zlib-1.2.0.4:0= ) + zlib? ( >=virtual/zlib-1.2.0.4:0= ) " IDEPEND=">=app-eselect/eselect-php-0.9.7[apache2?,fpm?]" |
