commit: 1a7ad9a99d11b7c223f5d7449391e8400cc263d3
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 23:27:56 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri May 12 08:59:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7ad9a9
media-gfx/ueberzug: add blocker for media-gfx/ueberzugpp
Drop-in replacement with the same executable name, should be
little sense in installing both (that is, unless something uses
the python libraries from ueberzug directly -- but nothing of
the sort in tree right now).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/ueberzug/ueberzug-18.2.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
index ce363066903c..fb0b67e0a113 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.0.ebuild
@@ -24,7 +24,8 @@ RDEPEND="
${COMMON_DEPEND}
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]"
+ dev-python/pillow[${PYTHON_USEDEP}]
+ !media-gfx/ueberzugpp"
DEPEND="
${COMMON_DEPEND}
x11-base/xorg-proto"