Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Thu, 12 Mar 2020 07:28:00
Message-Id: 1583997699.a3f9cc61b5f07dc4829c26a72833727bafe1575b.amadio@gentoo
1 commit: a3f9cc61b5f07dc4829c26a72833727bafe1575b
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 16:01:15 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 12 07:21:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f9cc61
7
8 sci-physics/root: make sure not to use bundled zstd library
9
10 This is a new dependency in 6.20.00 and later.
11
12 Package-Manager: Portage-2.3.93, Repoman-2.3.20
13 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
14
15 sci-physics/root/root-6.20.00-r1.ebuild | 1 +
16 sci-physics/root/root-9999.ebuild | 1 +
17 2 files changed, 2 insertions(+)
18
19 diff --git a/sci-physics/root/root-6.20.00-r1.ebuild b/sci-physics/root/root-6.20.00-r1.ebuild
20 index c2f66b41b2b..48c84a7f57d 100644
21 --- a/sci-physics/root/root-6.20.00-r1.ebuild
22 +++ b/sci-physics/root/root-6.20.00-r1.ebuild
23 @@ -175,6 +175,7 @@ src_configure() {
24 -Dbuiltin_xrootd=OFF
25 -Dbuiltin_xxhash=OFF
26 -Dbuiltin_zlib=OFF
27 + -Dbuiltin_zstd=OFF
28 -Dx11=$(usex X)
29 -Dalien=OFF
30 -Darrow=OFF
31
32 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
33 index bb269368dfc..78fe9987204 100644
34 --- a/sci-physics/root/root-9999.ebuild
35 +++ b/sci-physics/root/root-9999.ebuild
36 @@ -187,6 +187,7 @@ src_configure() {
37 -Dbuiltin_xrootd=OFF
38 -Dbuiltin_xxhash=OFF
39 -Dbuiltin_zlib=OFF
40 + -Dbuiltin_zstd=OFF
41 -Dx11=$(usex X)
42 -Dalien=OFF
43 -Darrow=OFF