commit: 206a748f7f9780c28267a81c2f57bbed114315ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 10:59:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 12:42:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206a748f
dev-python/pyperclip: Add a missing dep on which
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 83e29c1235e..5736bc02ac0 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}]
)