games-action/prismlauncher: remove now redundant submodule excludes

Upstream commit: e2c31569dc827247076c7c138ecbe43309522207

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44821
Closes: https://github.com/gentoo/gentoo/pull/44821
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Alfred Wingate 2025-11-29 22:58:44 +02:00 committed by Nowa Ammerlaan
parent db399069f0
commit 2a86de5a86
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E

View File

@ -12,10 +12,7 @@ HOMEPAGE="https://prismlauncher.org/ https://github.com/PrismLauncher/PrismLaunc
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PrismLauncher/PrismLauncher"
EGIT_SUBMODULES=(
'*' '-libraries/cmark' '-libraries/extra-cmake-modules' '-libraries/filesystem'
'-libraries/tomlplusplus' '-libraries/zlib'
)
EGIT_SUBMODULES=( '*' '-libraries/filesystem' )
else
MY_PN="PrismLauncher"
# use vendored tarball to avoid dealing with submodules directly