diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-04 10:58:54 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-04 11:06:48 +0100 |
| commit | 83b8fe24940e7432d23677f85927fa54bb45dbd8 (patch) | |
| tree | c0fef967565361d2e336bfe70fd89c1918df9965 /dev-ml/camlzip/camlzip-1.13.ebuild | |
| parent | d4a25b403dab1c6a6cf69492d27a433519a5619e (diff) | |
| download | gentoo-83b8fe24940e7432d23677f85927fa54bb45dbd8.tar.gz gentoo-83b8fe24940e7432d23677f85927fa54bb45dbd8.tar.bz2 gentoo-83b8fe24940e7432d23677f85927fa54bb45dbd8.zip | |
*/*: Use := on virtual/zlib deps, part 5
Done via:
```
git grep -l 'virtual/zlib-' |
xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/camlzip/camlzip-1.13.ebuild')
| -rw-r--r-- | dev-ml/camlzip/camlzip-1.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlzip/camlzip-1.13.ebuild b/dev-ml/camlzip/camlzip-1.13.ebuild index a19d98aa067a..11dfdebd5b68 100644 --- a/dev-ml/camlzip/camlzip-1.13.ebuild +++ b/dev-ml/camlzip/camlzip-1.13.ebuild @@ -16,7 +16,7 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4.13:=[ocamlopt?] - >=virtual/zlib-1.1.3" + >=virtual/zlib-1.1.3:=" DEPEND="${RDEPEND}" QA_FLAGS_IGNORED=( |
