commit: a3f9cc61b5f07dc4829c26a72833727bafe1575b
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 16:01:15 2020 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 07:21:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f9cc61
sci-physics/root: make sure not to use bundled zstd library
This is a new dependency in 6.20.00 and later.
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sci-physics/root/root-6.20.00-r1.ebuild | 1 +
sci-physics/root/root-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/sci-physics/root/root-6.20.00-r1.ebuild
b/sci-physics/root/root-6.20.00-r1.ebuild
index c2f66b41b2b..48c84a7f57d 100644
--- a/sci-physics/root/root-6.20.00-r1.ebuild
+++ b/sci-physics/root/root-6.20.00-r1.ebuild
@@ -175,6 +175,7 @@ src_configure() {
-Dbuiltin_xrootd=OFF
-Dbuiltin_xxhash=OFF
-Dbuiltin_zlib=OFF
+ -Dbuiltin_zstd=OFF
-Dx11=$(usex X)
-Dalien=OFF
-Darrow=OFF
diff --git a/sci-physics/root/root-9999.ebuild
b/sci-physics/root/root-9999.ebuild
index bb269368dfc..78fe9987204 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -187,6 +187,7 @@ src_configure() {
-Dbuiltin_xrootd=OFF
-Dbuiltin_xxhash=OFF
-Dbuiltin_zlib=OFF
+ -Dbuiltin_zstd=OFF
-Dx11=$(usex X)
-Dalien=OFF
-Darrow=OFF