commit: a0ac0762cf8a5281a17ea294c94ecb64cd8b8f35 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Wed Sep 21 07:04:37 2022 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Wed Sep 21 08:19:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ac0762
sci-physics/root: restrict dependency on nlohmann_json, bug 872053 Closes: https://bugs.gentoo.org/872053 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> sci-physics/root/root-6.24.06-r2.ebuild | 2 +- sci-physics/root/root-6.26.04.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/root/root-6.24.06-r2.ebuild b/sci-physics/root/root-6.24.06-r2.ebuild index 521449068ccb..16f8551c4135 100644 --- a/sci-physics/root/root-6.24.06-r2.ebuild +++ b/sci-physics/root/root-6.24.06-r2.ebuild @@ -43,7 +43,7 @@ CDEPEND=" app-arch/zstd app-arch/xz-utils fortran? ( dev-lang/cfortran ) - dev-cpp/nlohmann_json + <dev-cpp/nlohmann_json-3.11 dev-libs/libpcre:3 dev-libs/xxhash media-fonts/dejavu diff --git a/sci-physics/root/root-6.26.04.ebuild b/sci-physics/root/root-6.26.04.ebuild index 52029f018115..76dd06ff9af8 100644 --- a/sci-physics/root/root-6.26.04.ebuild +++ b/sci-physics/root/root-6.26.04.ebuild @@ -43,7 +43,7 @@ CDEPEND=" app-arch/zstd app-arch/xz-utils fortran? ( dev-lang/cfortran ) - dev-cpp/nlohmann_json + <dev-cpp/nlohmann_json-3.11 dev-libs/libpcre:3 dev-libs/xxhash media-fonts/dejavu
