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 69F5E1382C5 for ; Sat, 30 May 2020 06:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CBEBE08CA; Sat, 30 May 2020 06:55:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2C3C5E08CA for ; Sat, 30 May 2020 06:55:08 +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 7962C34E7B3 for ; Sat, 30 May 2020 06:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8513A1C8 for ; Sat, 30 May 2020 06:55:03 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1590821684.a1162f25e0b212808c9c439c115d3734b0495dfc.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zstandard/zstandard-0.13.0.ebuild X-VCS-Directories: dev-python/zstandard/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: a1162f25e0b212808c9c439c115d3734b0495dfc X-VCS-Branch: master Date: Sat, 30 May 2020 06:55:03 +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: 7e19596a-a190-4809-9282-6036ec2eb059 X-Archives-Hash: 8167e085ee9b035344a671ea32729646 commit: a1162f25e0b212808c9c439c115d3734b0495dfc Author: Robin H. Johnson gentoo org> AuthorDate: Sat May 30 06:53:36 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat May 30 06:54:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1162f25 dev-python/zstandard: force new cffi Ensure cffi is upgraded with bugfix before upgrading zstandard. Bug: https://bugs.gentoo.org/723476 Signed-off-by: Robin H. Johnson gentoo.org> dev-python/zstandard/zstandard-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zstandard/zstandard-0.13.0.ebuild b/dev-python/zstandard/zstandard-0.13.0.ebuild index 59d51ed70dc..9a104747652 100644 --- a/dev-python/zstandard/zstandard-0.13.0.ebuild +++ b/dev-python/zstandard/zstandard-0.13.0.ebuild @@ -15,7 +15,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -RDEPEND="dev-python/cffi:=[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]" BDEPEND=" test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"