commit:     9f045dbf2183aec8af507d06320e005f3b9b4e0f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 18:09:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 20:17:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f045dbf

games-util/lgogdownloader: Drop IUSE qt5 and REQUIRED_USE

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-util/lgogdownloader/lgogdownloader-3.15.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.15.ebuild 
b/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
index 145c43643d6a..66bf9d5b6b62 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
@@ -11,8 +11,7 @@ 
SRC_URI="https://github.com/Sude-/${PN}/releases/download/v${PV}/${P}.tar.gz";
 LICENSE="WTFPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gui qt5 qt6"
-REQUIRED_USE="gui? ( ^^ ( qt5 qt6 ) )"
+IUSE="gui qt6"
 
 RDEPEND="
        >=app-crypt/rhash-1.3.3-r2:0=
@@ -22,7 +21,7 @@ RDEPEND="
        dev-libs/tinyxml2:0=
        >=net-misc/curl-7.55:0=[ssl]
        gui? (
-               qt5? ( dev-qt/qtwebengine:5[widgets] )
+               !qt6? ( dev-qt/qtwebengine:5[widgets] )
                qt6? ( dev-qt/qtwebengine:6[widgets] )
        )
 "
@@ -40,7 +39,7 @@ src_configure() {
                -DUSE_QT_GUI=$(usex gui)
        )
        use gui && mycmakeargs+=(
-               -DCMAKE_DISABLE_FIND_PACKAGE_Qt6=$(usex qt5)
+               -DCMAKE_DISABLE_FIND_PACKAGE_Qt6=$(usex !qt6)
        )
        cmake_src_configure
 }

Reply via email to