summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2024-03-05 13:29:28 +0000
committerMarek Szuba <marecki@gentoo.org>2024-03-05 13:29:48 +0000
commit38c3480e374fa50652734dcb89d27775f29deced (patch)
tree5119f60f4f226f231e069029cf0ba045331ad0f8
parentdev-python/pyotherside: support simultaneous Qt5 and Qt6 installation (diff)
downloadgentoo-38c3480e374fa50652734dcb89d27775f29deced.tar.gz
gentoo-38c3480e374fa50652734dcb89d27775f29deced.tar.bz2
gentoo-38c3480e374fa50652734dcb89d27775f29deced.zip
app-crypt/yubikey-manager-qt: require USE=qt5 on dev-python/pyotherside
Pretty sure combining Qt6-only pyotherside builds with this package directly depending on Qt5 would only lead to tears. Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild
index 48121c093f3f..eb6626874ea5 100644
--- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild
+++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit qmake-utils python-single-r1 desktop xdg
@@ -22,7 +22,7 @@ DEPEND="${PYTHON_DEPS}
>=app-crypt/yubikey-manager-5.0.0[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
')
- dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}]
+ dev-python/pyotherside[qt5,${PYTHON_SINGLE_USEDEP}]
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtgraphicaleffects:5