games-action/polymc: add tomlplusplus as a git submodule

This is done by excluding quazip from the submodule list, instead of
adding the tomlplusplus module directly, so that new modules in the
future won't need a separate commit.

Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27560
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Thiago Donato Ferreira 2022-09-26 11:37:16 -03:00 committed by Andrew Ammerlaan
parent d452fbb5f8
commit d374704ae5
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,8 @@ if [[ ${PV} == 9999 ]]; then
https://github.com/PolyMC/PolyMC
"
EGIT_SUBMODULES=( 'depends/libnbtplusplus' )
# TODO: Add tomlplusplus as a system library, like quazip
EGIT_SUBMODULES=( '*' '-libraries/quazip' )
else
MY_PN="PolyMC"
@ -33,6 +34,7 @@ fi
# Apache-2.0 for MultiMC (PolyMC is forked from it)
# GPL-3 for PolyMC
# LGPL-3+ for libnbtplusplus
# MIT for tomlplusplus
# See the rest of PolyMC's libraries at https://github.com/PolyMC/PolyMC/tree/develop/libraries
LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ LGPL-3+ MIT"