sys-fs/android-file-transfer-linux: sync live

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/42413
Closes: https://github.com/gentoo/gentoo/pull/42413
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2025-06-02 23:09:49 +02:00
committed by Sam James
parent 776e46982f
commit 1b666d5fbb

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
inherit cmake python-single-r1 xdg
DESCRIPTION="Android File Transfer for Linux"
@@ -25,7 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
sys-apps/file
sys-libs/readline:0=
fuse? ( sys-fs/fuse:0 )
fuse? ( sys-fs/fuse:3= )
gui? ( dev-qt/qtbase:6[gui,network,widgets] )
python? (
${PYTHON_DEPS}