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 42EB9138334 for ; Mon, 18 Nov 2019 11:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D64E0828; Mon, 18 Nov 2019 11:10:25 +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 4E6AFE0828 for ; Mon, 18 Nov 2019 11:10:25 +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 4E96D34CF6C for ; Mon, 18 Nov 2019 11:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A65289F for ; Mon, 18 Nov 2019 11:10:18 +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: <1574075406.d562939c86165aada08eda2786e6781a51feb483.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-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: d562939c86165aada08eda2786e6781a51feb483 X-VCS-Branch: master Date: Mon, 18 Nov 2019 11:10:18 +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: af251434-c3fb-4f68-b3e9-5763f251493c X-Archives-Hash: 4b0a28a58d6645ce90b23b7c7db6e286 commit: d562939c86165aada08eda2786e6781a51feb483 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Nov 18 11:08:44 2019 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Nov 18 11:10:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d562939c sci-physics/root: add new dependency on app-arch/zstd Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index c1e5b490ea2..d35e726eab3 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -50,6 +50,7 @@ REQUIRED_USE=" CDEPEND=" app-arch/lz4 + app-arch/zstd app-arch/xz-utils fortran? ( dev-lang/cfortran ) dev-libs/libpcre:3