commit: 2a86de5a86aed43701e71102590f91c24b25f96e Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat Nov 29 20:58:44 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Mon Dec 1 15:37:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a86de5a
games-action/prismlauncher: remove now redundant submodule excludes Upstream commit: e2c31569dc827247076c7c138ecbe43309522207 Signed-off-by: Alfred Wingate <parona <AT> 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 <AT> gentoo.org> games-action/prismlauncher/prismlauncher-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index 3474d5fe2c00..a87547943776 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -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
