commit: 62f5bb4740539613ca38e3a35cef43db89bcd957 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat Nov 29 20:46:00 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Mon Dec 1 15:37:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f5bb47
games-action/prismlauncher: replace quazip with libarchive Upstream commit: bf5b03b4ff684a636a87c53310e4e779686b3ed8 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44821 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> games-action/prismlauncher/prismlauncher-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index a2ce8bedf077..766e15e962d9 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -13,7 +13,7 @@ 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/quazip' + '*' '-libraries/cmark' '-libraries/extra-cmake-modules' '-libraries/filesystem' '-libraries/tomlplusplus' '-libraries/zlib' ) else @@ -38,9 +38,9 @@ RESTRICT="!test? ( test )" # Required at both build time and runtime COMMON_DEPEND=" + app-arch/libarchive:= app-text/cmark:= dev-cpp/tomlplusplus - >=dev-libs/quazip-1.3-r2:=[qt6(+)] >=dev-qt/qtbase-${QTMIN}:6[concurrent,gui,network,widgets,xml(+)] >=dev-qt/qt5compat-${QTMIN}:6 >=dev-qt/qtnetworkauth-${QTMIN}:6
