commit:     9c60e94b326e7ecaed1068ec0eefb68ea66e88e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 07:43:08 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}]
                )

Reply via email to