net-misc/fb-client: Bump to 2.3.0

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-07-04 23:11:57 +02:00
parent 088e144a7d
commit cc965a1e99
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
DIST fb-client-2.1.1-r4.tar.gz 23026 BLAKE2B 162d11b77c287c4cb5ef0db316d706121009216ed149b1aef248d220d6eed0290a4db10425c314b01a5e357da796c28a06851670db9002136dbd57cb32624c2f SHA512 fbe3a0b34e75bfd6d4d680d4de862c450614925fa7347e3fa0dc4ef6b0cde183f1d263c66b5556063c0902ad4f6fbbe94784f0054ae7e822a2148f8ff4eb2c8c
DIST fb-client-2.3.0.tar.gz 23930 BLAKE2B f4ccdd9e7cabf27c0b3fa652dd21cb704ad67d301c82c985c0c249595b6069b84409aea794649e3e671c07e1e6b4013a676870e1bb7e42e42d05ecd39a7a17f1 SHA512 d41e3cdf8c20136bc7394bcd1ceb521e42e1038e8f00c7fc939d3f1b066742453f18c095bd31efa3f0a20a5ad79713475e8a889d0138591f013e91d7361a26aa

View File

@ -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"
@ -20,7 +20,7 @@ else
S="${WORKDIR}/fb-${PV}"
fi
KEYWORDS="~amd64 ~x86"
#KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="+clipboard"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@ -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
)
)
"