# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) inherit desktop python-single-r1 qmake-utils xdg DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO" HOMEPAGE=" https://developers.yubico.com/yubioath-desktop/ https://github.com/Yubico/yubioath-desktop" SRC_URI="https://github.com/Yubico/yubioath-desktop/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~riscv" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtquickcontrols2:5 dev-qt/qtdeclarative:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 x11-libs/libdrm" RDEPEND="${DEPEND} $(python_gen_cond_dep ' >=app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}]