diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2022-09-21 09:04:37 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-09-21 10:19:04 +0200 |
commit | a0ac0762cf8a5281a17ea294c94ecb64cd8b8f35 (patch) | |
tree | b0c0a1605d65efe68e3cff8fa6806fa2d7480a8f /sci-physics | |
parent | sys-apps/man-pages: Update USE dependency on man-pages-l10n (diff) | |
download | gentoo-a0ac0762cf8a5281a17ea294c94ecb64cd8b8f35.tar.gz gentoo-a0ac0762cf8a5281a17ea294c94ecb64cd8b8f35.tar.bz2 gentoo-a0ac0762cf8a5281a17ea294c94ecb64cd8b8f35.zip |
sci-physics/root: restrict dependency on nlohmann_json, bug 872053
Closes: https://bugs.gentoo.org/872053
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.24.06-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 |