diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-04 10:51:07 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-04 10:54:21 +0100 |
| commit | d4a25b403dab1c6a6cf69492d27a433519a5619e (patch) | |
| tree | 659770c09a96427dc06aff6f365db1d34de2f32c /dev-build/meson/meson-1.7.2.ebuild | |
| parent | dbc8701cba6297f090ca914403e8d724024e9147 (diff) | |
| download | gentoo-d4a25b403dab1c6a6cf69492d27a433519a5619e.tar.gz gentoo-d4a25b403dab1c6a6cf69492d27a433519a5619e.tar.bz2 gentoo-d4a25b403dab1c6a6cf69492d27a433519a5619e.zip | |
*/*: Add := to virtual/zlib deps, part 4
Done via:
```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build/meson/meson-1.7.2.ebuild')
| -rw-r--r-- | dev-build/meson/meson-1.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/meson/meson-1.7.2.ebuild b/dev-build/meson/meson-1.7.2.ebuild index 348af707b4dc..75349bcb256b 100644 --- a/dev-build/meson/meson-1.7.2.ebuild +++ b/dev-build/meson/meson-1.7.2.ebuild @@ -55,7 +55,7 @@ DEPEND=" >=dev-libs/gobject-introspection-1.82.0-r2 app-alternatives/ninja dev-vcs/git - virtual/zlib[static-libs(+)] + virtual/zlib:=[static-libs(+)] virtual/pkgconfig dev-build/cmake ) |
