From 39930726aad7c70c3ef5429a5af644f77ad14637 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 4 Jul 2022 23:11:58 +0200 Subject: [PATCH] net-misc/fb-client: Update the live ebuild Signed-off-by: Nils Freydank --- net-misc/fb-client/fb-client-9999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net-misc/fb-client/fb-client-9999.ebuild b/net-misc/fb-client/fb-client-9999.ebuild index 4e108da..18b8b82 100644 --- a/net-misc/fb-client/fb-client-9999.ebuild +++ b/net-misc/fb-client/fb-client-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2016-2021 Gentoo Authors +# Copyright 2016-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -30,5 +30,10 @@ RDEPEND=" ${PYTHON_DEPS} dev-python/pyxdg[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] - clipboard? ( x11-misc/xclip ) + clipboard? ( + || ( + x11-misc/xclip + gui-apps/wl-clipboard + ) + ) "