commit:     452eb5e8e059c919c9055a441477c16567d75a75
Author:     Tobias Jakobi <tjakobi <AT> math <DOT> uni-bielefeld <DOT> de>
AuthorDate: Sun Jan 12 15:32:45 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 13 10:08:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=452eb5e8

games-util/ProtonUp-Qt: fix pyside6 deps on v2.9.2

Launching ProtonUp-Qt with the currently available pyside6 version
(which is 6.8.1 at the time of writing) fails due to missing
Python module imports.

Analysis of the ProtonUp-Qt sourcecode shows that the following
imports are required:
- Pyside6.QtCore
- PySide6.QtGui
- PySide6.QtUiTools
- PySide6.QtWidgets

QtCore is always available in pysid6. Translating them to useflags
they become:
- gui
- uitools
- widgets

Fix the pyside6 dependency accordingly.

Signed-off-by: Tobias Jakobi <tjakobi <AT> math.uni-bielefeld.de>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild 
b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild
index 3e3d66864..28faa3832 100644
--- a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild
+++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64"
 
 RDEPEND="dev-python/steam
        dev-python/requests
-       dev-python/pyside6[designer(+)]
+       dev-python/pyside6[gui,uitools,widgets]
        dev-python/vdf
        dev-python/pyxdg
        dev-python/pyaml

Reply via email to