summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2020-03-11 17:01:15 +0100
committerGuilherme Amadio <amadio@gentoo.org>2020-03-12 08:21:39 +0100
commita3f9cc61b5f07dc4829c26a72833727bafe1575b (patch)
treef17e9cdf31139c1d7a4af977b723581bc9b3354d /sci-physics/root
parentnet-libs/nodejs: Version 13.11.0 (diff)
downloadgentoo-a3f9cc61b5f07dc4829c26a72833727bafe1575b.tar.gz
gentoo-a3f9cc61b5f07dc4829c26a72833727bafe1575b.tar.bz2
gentoo-a3f9cc61b5f07dc4829c26a72833727bafe1575b.zip
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@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r--sci-physics/root/root-6.20.00-r1.ebuild1
-rw-r--r--sci-physics/root/root-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/sci-physics/root/root-6.20.00-r1.ebuild b/sci-physics/root/root-6.20.00-r1.ebuild
index c2f66b41b2bd..48c84a7f57d9 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 bb269368dfcf..78fe99872047 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