commit: d374704ae53bce8292c9ef71d6571741689cc438 Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com> AuthorDate: Mon Sep 26 14:37:16 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Oct 3 08:22:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d374704a
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27560 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> games-action/polymc/polymc-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index 2d6984fe72b0..6ab0be6f326b 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -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"
