summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-09-22 19:39:51 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-09-22 20:27:16 -0400
commit86c73f1f4fd7f82a7244194d3f25af04a76afe8b (patch)
treec11fd01831e7cf91217fa565f227b57840075e98 /dev-cpp/rapidyaml
parentprofiles/arch/amd64/no-multilib: update pcsx2 mask (diff)
downloadgentoo-86c73f1f4fd7f82a7244194d3f25af04a76afe8b.tar.gz
gentoo-86c73f1f4fd7f82a7244194d3f25af04a76afe8b.tar.bz2
gentoo-86c73f1f4fd7f82a7244194d3f25af04a76afe8b.zip
dev-cpp/rapidyaml: fix build without git
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-cpp/rapidyaml')
-rw-r--r--dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild1
1 files changed, 1 insertions, 0 deletions
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)