libcfile: block diffball (outdated), fix for https://github.com/pentoo/pentoo-overlay/issues/1485

This commit is contained in:
Anton Bolshakov 2023-02-28 08:55:04 +08:00
parent 4141d1aa2e
commit 8ca87f5fe7
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -19,7 +19,11 @@ IUSE="nls unicode debug"
# required sources (see https://github.com/libyal/libuna/issues/7). In this case, we set a
# unilateral dependency libfile --> libuna and hope for the best. (Dependent packages should
# include both packages as dependency.)
# diffball has embedded libcfile library which collides with this package
# https://github.com/zmedico/diffball/issues/5
DEPEND="
!dev-util/diffball
dev-libs/libcerror[nls=]
dev-libs/libclocale[nls=,unicode=]
dev-libs/libcnotify[nls=]