summaryrefslogtreecommitdiff
path: root/dev-util/diffball
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-11-04 10:58:54 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-04 11:06:48 +0100
commit83b8fe24940e7432d23677f85927fa54bb45dbd8 (patch)
treec0fef967565361d2e336bfe70fd89c1918df9965 /dev-util/diffball
parentd4a25b403dab1c6a6cf69492d27a433519a5619e (diff)
downloadgentoo-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-util/diffball')
-rw-r--r--dev-util/diffball/diffball-1.0.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/diffball/diffball-1.0.1-r2.ebuild b/dev-util/diffball/diffball-1.0.1-r2.ebuild
index b5d1993643c9..b4063078574b 100644
--- a/dev-util/diffball/diffball-1.0.1-r2.ebuild
+++ b/dev-util/diffball/diffball-1.0.1-r2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-m
IUSE="debug"
RDEPEND="
- >=virtual/zlib-1.1.4
+ >=virtual/zlib-1.1.4:=
>=app-arch/bzip2-1.0.2
app-arch/xz-utils"
DEPEND="${RDEPEND}"