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 1590E158021 for ; Thu, 13 Oct 2022 04:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2CA3E089A; Thu, 13 Oct 2022 04:54:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A89EEE089A for ; Thu, 13 Oct 2022 04:54:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A81BB340D91 for ; Thu, 13 Oct 2022 04:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 183A361E for ; Thu, 13 Oct 2022 04:54:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1665636824.9c60e94b326e7ecaed1068ec0eefb68ea66e88e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cheroot/cheroot-8.6.0-r1.ebuild X-VCS-Directories: dev-python/cheroot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9c60e94b326e7ecaed1068ec0eefb68ea66e88e6 X-VCS-Branch: master Date: Thu, 13 Oct 2022 04:54:37 +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: cdcdfe56-3c91-4334-bf67-a3ffbc09ebb0 X-Archives-Hash: bda16cd59f81c93bf9e1507bc64db390 commit: 9c60e94b326e7ecaed1068ec0eefb68ea66e88e6 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 9 07:43:08 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 13 04:53:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c60e94b dev-python/cheroot: Use test-rust flag Signed-off-by: Michał Górny gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27705 dev-python/cheroot/cheroot-8.6.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/cheroot/cheroot-8.6.0-r1.ebuild b/dev-python/cheroot/cheroot-8.6.0-r1.ebuild index 68112c10fbf2..a841e6a3e4aa 100644 --- a/dev-python/cheroot/cheroot-8.6.0-r1.ebuild +++ b/dev-python/cheroot/cheroot-8.6.0-r1.ebuild @@ -19,6 +19,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86" +IUSE="test-rust" RDEPEND=" >=dev-python/six-1.11.0[${PYTHON_USEDEP}] @@ -36,7 +37,7 @@ BDEPEND=" dev-python/requests-toolbelt[${PYTHON_USEDEP}] dev-python/requests-unixsocket[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] - !ia64? ( + test-rust? ( dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] )