commit:     4ddf38d37dd139274c51588dda25328b88222a49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 09:52:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 09:52:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ddf38d3

dev-cpp/cppdap: add nlohmann dep

Closes: https://bugs.gentoo.org/908101
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{cppdap-0_pre20230605.ebuild => cppdap-0_pre20230605-r1.ebuild}    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-cpp/cppdap/cppdap-0_pre20230605.ebuild 
b/dev-cpp/cppdap/cppdap-0_pre20230605-r1.ebuild
similarity index 96%
rename from dev-cpp/cppdap/cppdap-0_pre20230605.ebuild
rename to dev-cpp/cppdap/cppdap-0_pre20230605-r1.ebuild
index 4a2272173f46..c467b8cd360c 100644
--- a/dev-cpp/cppdap/cppdap-0_pre20230605.ebuild
+++ b/dev-cpp/cppdap/cppdap-0_pre20230605-r1.ebuild
@@ -20,6 +20,9 @@ KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
+RDEPEND="dev-cpp/nlohmann_json"
+DEPEND="${RDEPEND}"
+
 src_prepare() {
        if use test ; then
                rm -rf "${S}"/third_party/googletest || die

Reply via email to