From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1517756-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 201D9158649
	for <garchives@archives.gentoo.org>; Fri, 12 May 2023 09:02:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 59072E0BF2;
	Fri, 12 May 2023 09:02:48 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 451B5E0BF2
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2023 09:02:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8A9D2340BB9
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2023 09:02:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 62CF2A6F
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2023 09:02:44 +0000 (UTC)
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1683881978.1a7ad9a99d11b7c223f5d7449391e8400cc263d3.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/ueberzug/ueberzug-18.2.0.ebuild
X-VCS-Directories: media-gfx/ueberzug/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: 1a7ad9a99d11b7c223f5d7449391e8400cc263d3
X-VCS-Branch: master
Date: Fri, 12 May 2023 09:02:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 27b28329-944b-4bb9-9fa5-c50b3daf6713
X-Archives-Hash: 8239ad1854d421ce5935a32f0dc637cf

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"