Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/rapidyaml/
Date: Fri, 23 Sep 2022 00:27:51
Message-Id: 1663892836.86c73f1f4fd7f82a7244194d3f25af04a76afe8b.ionen@gentoo
1 commit: 86c73f1f4fd7f82a7244194d3f25af04a76afe8b
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 23:39:51 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 00:27:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c73f1f
7
8 dev-cpp/rapidyaml: fix build without git
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild
16 index 223e2c159caf..2ccb5362aec2 100644
17 --- a/dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild
18 +++ b/dev-cpp/rapidyaml/rapidyaml-0.4.1.ebuild
19 @@ -60,6 +60,7 @@ src_prepare() {
20
21 src_configure() {
22 local mycmakeargs=(
23 + -DGIT=false # don't call git nor fail if missing, not a repo
24 -DRYML_BUILD_API=no # TODO if a python consumer needs it
25 -DRYML_BUILD_TESTS=$(usex test)
26 -DRYML_DBG=$(usex debug)