summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Donato Ferreira <flowlnlnln@gmail.com>2022-09-26 11:37:16 -0300
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-03 10:22:46 +0200
commitd374704ae53bce8292c9ef71d6571741689cc438 (patch)
tree31f74c3caec0ae326d14299c05f100ae14f97a40 /games-action
parentgames-action/polymc: remove submodule from EGIT_REPO_URI (diff)
downloadgentoo-d374704ae53bce8292c9ef71d6571741689cc438.tar.gz
gentoo-d374704ae53bce8292c9ef71d6571741689cc438.tar.bz2
gentoo-d374704ae53bce8292c9ef71d6571741689cc438.zip
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>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/polymc/polymc-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
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"