commit: a13d1068efa4d7eebe6f48f29a65a129cd997955 Author: Wang ZhuoCheng <me <AT> puqns67 <DOT> icu> AuthorDate: Wed Jan 14 16:00:07 2026 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Mon Feb 16 17:08:22 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13d1068
games-action/prismlauncher: remove unnecessary dependencies dev-cpp/gulrak-filesystem Upstream has removed its dependency. https://github.com/PrismLauncher/PrismLauncher/pull/3608 Signed-off-by: Wang ZhuoCheng <me <AT> puqns67.icu> Part-of: https://github.com/gentoo/gentoo/pull/45375 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> games-action/prismlauncher/prismlauncher-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index c0f0e0663d28..c6819b1ebb09 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -12,7 +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/filesystem' ) + EGIT_SUBMODULES=( 'libraries/libnbtplusplus' ) else MY_PN="PrismLauncher" # use vendored tarball to avoid dealing with submodules directly @@ -44,13 +44,8 @@ COMMON_DEPEND=" media-gfx/qrencode:= virtual/zlib:= " -# gulrak-filesystem dependency is only needed at build time, because we don't -# actually use it on Linux, only on legacy macOS. Still, we need it present at -# build time to appease CMake, and having it like this makes it easier to -# maintain than patching the CMakeLists file directly. # max jdk-25 for bug #968411 DEPEND="${COMMON_DEPEND} - dev-cpp/gulrak-filesystem media-libs/libglvnd <virtual/jdk-26:* "
