From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDAC7138353 for ; Thu, 12 Mar 2020 07:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D266E0880; Thu, 12 Mar 2020 07:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBB57E0880 for ; Thu, 12 Mar 2020 07:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDC3A34EFCE for ; Thu, 12 Mar 2020 07:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 647FD2B for ; Thu, 12 Mar 2020 07:27:55 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1583997699.a3f9cc61b5f07dc4829c26a72833727bafe1575b.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.20.00-r1.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: a3f9cc61b5f07dc4829c26a72833727bafe1575b X-VCS-Branch: master Date: Thu, 12 Mar 2020 07:27:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d3a9bfa-a3d8-4e23-928b-089d890e83fa X-Archives-Hash: fa8bdf9889ebb968ffcb11a36844a9f9 commit: a3f9cc61b5f07dc4829c26a72833727bafe1575b Author: Guilherme Amadio gentoo org> AuthorDate: Wed Mar 11 16:01:15 2020 +0000 Commit: Guilherme Amadio gentoo 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 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