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-haskell/zlib/zlib-0.6.2.3.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-haskell/zlib/zlib-0.6.2.3.ebuild')
| -rw-r--r-- | dev-haskell/zlib/zlib-0.6.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/zlib/zlib-0.6.2.3.ebuild b/dev-haskell/zlib/zlib-0.6.2.3.ebuild index bf930bd1861e..e339f4a51c69 100644 --- a/dev-haskell/zlib/zlib-0.6.2.3.ebuild +++ b/dev-haskell/zlib/zlib-0.6.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~ppc-macos" IUSE="bundled-c-zlib non-blocking-ffi" RDEPEND=">=dev-lang/ghc-8.4.3:= - sys-libs/zlib + virtual/zlib " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 |
