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 /app-emulation/qemu/qemu-10.0.0.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 'app-emulation/qemu/qemu-10.0.0.ebuild')
| -rw-r--r-- | app-emulation/qemu/qemu-10.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-10.0.0.ebuild b/app-emulation/qemu/qemu-10.0.0.ebuild index ddb1336bc110..873d979e2384 100644 --- a/app-emulation/qemu/qemu-10.0.0.ebuild +++ b/app-emulation/qemu/qemu-10.0.0.ebuild @@ -155,7 +155,7 @@ done # when available rather than always using the external library. ALL_DEPEND=" dev-libs/glib:2[static-libs(+)] - virtual/zlib[static-libs(+)] + virtual/zlib:=[static-libs(+)] python? ( ${PYTHON_DEPS} ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr[static-libs(+)] ) |
