summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-31 20:09:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-31 22:17:37 +0200
commit9f045dbf2183aec8af507d06320e005f3b9b4e0f (patch)
treed07c2d8a4475359e07d6f83d4acdf5fdce240063 /games-util
parentprofiles: Mask KDE PIM 5 (especially kde-apps/akonadi:5) USE-revdeps (diff)
downloadgentoo-9f045dbf2183aec8af507d06320e005f3b9b4e0f.tar.gz
gentoo-9f045dbf2183aec8af507d06320e005f3b9b4e0f.tar.bz2
gentoo-9f045dbf2183aec8af507d06320e005f3b9b4e0f.zip
games-util/lgogdownloader: Drop IUSE qt5 and REQUIRED_USE
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/lgogdownloader/lgogdownloader-3.15.ebuild7
1 files 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
}