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 DFD8F13835A for ; Sun, 2 May 2021 09:27:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 542BCE090E; Sun, 2 May 2021 09:27:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3A907E0907 for ; Sun, 2 May 2021 09:27:22 +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 581D5340D19 for ; Sun, 2 May 2021 09:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B825E78A for ; Sun, 2 May 2021 09:27:17 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619922471.a25d68ac0a3ac642c04d005dad3318ff50f966a6.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild X-VCS-Directories: sys-fs/dwarfs/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: a25d68ac0a3ac642c04d005dad3318ff50f966a6 X-VCS-Branch: master Date: Sun, 2 May 2021 09:27:17 +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: 78742ef1-992e-4a3c-8974-573d8ec98866 X-Archives-Hash: 579120769188619d36cf3d2705074223 commit: a25d68ac0a3ac642c04d005dad3318ff50f966a6 Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 2 02:27:40 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun May 2 02:27:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a25d68ac sys-fs/dwarfs: depend on folly with exception_tracker Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild b/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild index c601493d5..c4d672b7c 100644 --- a/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild @@ -31,7 +31,7 @@ RDEPEND=" app-arch/xz-utils app-arch/zstd dev-cpp/fbthrift:= - dev-cpp/folly:= + >=dev-cpp/folly-2021.04.19.00-r1:= dev-cpp/gflags dev-cpp/glog[gflags] dev-cpp/parallel-hashmap:=