commit: 86c73f1f4fd7f82a7244194d3f25af04a76afe8b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 23:39:51 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 00:27:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c73f1f
dev-cpp/rapidyaml: fix build without git
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild
b/dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild
index 223e2c159caf..2ccb5362aec2 100644
--- a/dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild
+++ b/dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild
@@ -60,6 +60,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DGIT=false # don't call git nor fail if missing, not a repo
-DRYML_BUILD_API=no # TODO if a python consumer needs it
-DRYML_BUILD_TESTS=$(usex test)
-DRYML_DBG=$(usex debug)