From 590b9b7b03bf4651e099949e318755af7cfa81b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Aug 2021 22:03:23 +0100 Subject: gentoo resync : 01.08.2021 --- dev-python/uvloop/uvloop-0.15.3.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-python/uvloop/uvloop-0.15.3.ebuild') diff --git a/dev-python/uvloop/uvloop-0.15.3.ebuild b/dev-python/uvloop/uvloop-0.15.3.ebuild index da543faea652..3ff9f3019ff5 100644 --- a/dev-python/uvloop/uvloop-0.15.3.ebuild +++ b/dev-python/uvloop/uvloop-0.15.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv" @@ -32,10 +32,10 @@ BDEPEND=" distutils_enable_tests setup.py python_prepare_all() { - cat <> setup.cfg || die -[build_ext] -use-system-libuv=1 -EOF + cat <<-EOF >> setup.cfg || die + [build_ext] + use_system_libuv=1 + EOF # flake8 only rm tests/test_sourcecode.py || die -- cgit v1.2.3