commit: 6e6f500244676e15142e42b03743509a4d65e552
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 04:16:55 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 04:21:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6f5002
games-engines/devilutionx: add reminder for more unbundling
Upstream will have a switch next version to unbundle simpleini,
and could likely unbundle at least zerotier too.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-engines/devilutionx/devilutionx-1.4.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-engines/devilutionx/devilutionx-1.4.0.ebuild
b/games-engines/devilutionx/devilutionx-1.4.0.ebuild
index 300818559589..3c66107e8e2e 100644
--- a/games-engines/devilutionx/devilutionx-1.4.0.ebuild
+++ b/games-engines/devilutionx/devilutionx-1.4.0.ebuild
@@ -43,6 +43,8 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ # TODO: unbundle simpleini next version (will use system by
default),
+ # and try to for at least zerotier too
-DBUILD_TESTING=$(usex test)
-DCCACHE_PROGRAM=OFF #813768
-DDEBUG=$(usex debug)