summaryrefslogtreecommitdiff
path: root/dev-util/diffball
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-11-04 09:03:00 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-04 09:07:26 +0100
commitbd0ee727e0e124e4eaa879ad390bef06ff7420bf (patch)
treeec5b04c986aabe3b33c866c03c1bac1645a3531c /dev-util/diffball
parentce9200747de99446af96c5a204195c89bada1872 (diff)
downloadgentoo-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-util/diffball')
-rw-r--r--dev-util/diffball/diffball-1.0.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/diffball/diffball-1.0.1-r2.ebuild b/dev-util/diffball/diffball-1.0.1-r2.ebuild
index fc2e43c69039..b5d1993643c9 100644
--- a/dev-util/diffball/diffball-1.0.1-r2.ebuild
+++ b/dev-util/diffball/diffball-1.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-m
IUSE="debug"
RDEPEND="
- >=sys-libs/zlib-1.1.4
+ >=virtual/zlib-1.1.4
>=app-arch/bzip2-1.0.2
app-arch/xz-utils"
DEPEND="${RDEPEND}"