commit:     b5ecbb3d9a74a7120c79b07874f8283fbb257917
Author:     Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
AuthorDate: Sun Dec 11 12:24:46 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 17:55:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ecbb3d

games-action/prismlauncher: prefer system zlib and ECM over bundled ones

There's no need to clone the subprojects and compile them if the user
already has it on their system.

Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 games-action/prismlauncher/prismlauncher-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild 
b/games-action/prismlauncher/prismlauncher-9999.ebuild
index ad60b690649f..2c80e3d6509d 100644
--- a/games-action/prismlauncher/prismlauncher-9999.ebuild
+++ b/games-action/prismlauncher/prismlauncher-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
        "
 
        # TODO: Add tomlplusplus as a system library, like quazip
-       EGIT_SUBMODULES=( '*' '-libraries/quazip' '-libraries/filesystem' )
+       EGIT_SUBMODULES=( '*' '-libraries/quazip' '-libraries/filesystem' 
'-libraries/zlib' '-libraries/extra-cmake-modules' )
 else
        MY_PN="PrismLauncher"
 

Reply via email to