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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E312F158020 for ; Tue, 25 Oct 2022 11:06:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04134E0AFC; Tue, 25 Oct 2022 11:06:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE20AE0AFC for ; Tue, 25 Oct 2022 11:06:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16077341285 for ; Tue, 25 Oct 2022 11:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4957E62B for ; Tue, 25 Oct 2022 11:06:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666695347.f310067dee12e7656ca7fba4e85c3da04c006d6e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brotlicffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild dev-python/brotlicffi/brotlicffi-1.0.9.2-r2.ebuild X-VCS-Directories: dev-python/brotlicffi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f310067dee12e7656ca7fba4e85c3da04c006d6e X-VCS-Branch: master Date: Tue, 25 Oct 2022 11:06:32 +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: 332b2e4e-f4be-49ae-ae91-5463199b7d35 X-Archives-Hash: ddc77c97a23d9d1da838d04e8d5db94e commit: f310067dee12e7656ca7fba4e85c3da04c006d6e Author: Sam James gentoo org> AuthorDate: Tue Oct 25 10:55:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 25 10:55:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f310067d dev-python/brotlicffi: fix DEPEND for brotli Signed-off-by: Sam James gentoo.org> .../{brotlicffi-1.0.9.2-r1.ebuild => brotlicffi-1.0.9.2-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild b/dev-python/brotlicffi/brotlicffi-1.0.9.2-r2.ebuild similarity index 99% rename from dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild rename to dev-python/brotlicffi/brotlicffi-1.0.9.2-r2.ebuild index 4ea6fd766724..480f252b6009 100644 --- a/dev-python/brotlicffi/brotlicffi-1.0.9.2-r1.ebuild +++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2-r2.ebuild @@ -37,6 +37,7 @@ RDEPEND=" ' 'python*') " DEPEND=" + ${RDEPEND} test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )