From 206a748f7f9780c28267a81c2f57bbed114315ae Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 9 Jun 2020 12:59:23 +0200 Subject: dev-python/pyperclip: Add a missing dep on which MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyperclip/pyperclip-1.7.0.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dev-python/pyperclip/pyperclip-1.7.0.ebuild b/dev-python/pyperclip/pyperclip-1.7.0.ebuild index 83e29c1235ef..5736bc02ac0a 100644 --- a/dev-python/pyperclip/pyperclip-1.7.0.ebuild +++ b/dev-python/pyperclip/pyperclip-1.7.0.ebuild @@ -16,8 +16,18 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc64 sparc x86" RDEPEND=" || ( - x11-misc/xclip - x11-misc/xsel + ( + x11-misc/xsel + sys-apps/which + ) + ( + x11-misc/xclip + sys-apps/which + ) + ( + kde-plasma/plasma-workspace + sys-apps/which + ) dev-python/PyQt5[${PYTHON_USEDEP}] dev-python/QtPy[${PYTHON_USEDEP}] ) -- cgit v1.2.3-65-gdbad