diff options
author | 2025-01-01 19:41:50 +0100 | |
---|---|---|
committer | 2025-01-01 22:52:41 +0100 | |
commit | 802b4ee4e66147bfca5e58b7fa8a3a6f3c1b0702 (patch) | |
tree | 1ef3569af2bc2308847efe69b216d9a7d199a4df /games-util/lgogdownloader/lgogdownloader-9999.ebuild | |
parent | dev-ada/templates-parser: add 25.0.0 (diff) | |
download | gentoo-802b4ee4e66147bfca5e58b7fa8a3a6f3c1b0702.tar.gz gentoo-802b4ee4e66147bfca5e58b7fa8a3a6f3c1b0702.tar.bz2 gentoo-802b4ee4e66147bfca5e58b7fa8a3a6f3c1b0702.zip |
games-util/lgogdownloader: Drop IUSE qt6 (make Qt6 unconditional)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-util/lgogdownloader/lgogdownloader-9999.ebuild')
-rw-r--r-- | games-util/lgogdownloader/lgogdownloader-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild index 653b4c27add5..74f57ee662f9 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,6 +8,7 @@ inherit cmake git-r3 DESCRIPTION="Unofficial GOG.com downloader for Linux" HOMEPAGE="https://sites.google.com/site/gogdownloader/" EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git" + LICENSE="WTFPL-2" SLOT="0" IUSE="gui" |