From f9a946862181d53da87e73959c34c59563b3188c Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 16 May 2021 00:00:25 +0200 Subject: [PATCH] net-misc/fb-client: Add missing python deps Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Nils Freydank --- net-misc/fb-client/fb-client-2.1.1-r1.ebuild | 4 +++- net-misc/fb-client/fb-client-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-misc/fb-client/fb-client-2.1.1-r1.ebuild b/net-misc/fb-client/fb-client-2.1.1-r1.ebuild index 1bd22f6..9d3794f 100644 --- a/net-misc/fb-client/fb-client-2.1.1-r1.ebuild +++ b/net-misc/fb-client/fb-client-2.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -24,9 +24,11 @@ fi SLOT="0" IUSE="+clipboard" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" # this packages has no tests RDEPEND=" + ${PYTHON_DEPS} dev-python/pyxdg[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] clipboard? ( x11-misc/xclip ) diff --git a/net-misc/fb-client/fb-client-9999.ebuild b/net-misc/fb-client/fb-client-9999.ebuild index 1bd22f6..9d3794f 100644 --- a/net-misc/fb-client/fb-client-9999.ebuild +++ b/net-misc/fb-client/fb-client-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -24,9 +24,11 @@ fi SLOT="0" IUSE="+clipboard" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" # this packages has no tests RDEPEND=" + ${PYTHON_DEPS} dev-python/pyxdg[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] clipboard? ( x11-misc/xclip )