commit:     38c3480e374fa50652734dcb89d27775f29deced
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 13:29:28 2024 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 13:29:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c3480e

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 <AT> gentoo.org>

 app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.5.ebuild | 6 +++---
 1 file 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

Reply via email to