commit:     d94ac2090b95fbc715c771e779a599bed989d58b
Author:     Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sat Jul 24 17:07:42 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 18:46:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94ac209

dev-python/uvloop: improve setup.cfg append

Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21770
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/uvloop/uvloop-0.15.3-r1.ebuild | 8 ++++----
 dev-python/uvloop/uvloop-0.15.3.ebuild    | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/uvloop/uvloop-0.15.3-r1.ebuild 
b/dev-python/uvloop/uvloop-0.15.3-r1.ebuild
index bd6a917e995..7473a1b33ff 100644
--- a/dev-python/uvloop/uvloop-0.15.3-r1.ebuild
+++ b/dev-python/uvloop/uvloop-0.15.3-r1.ebuild
@@ -37,10 +37,10 @@ PATCHES=(
 )
 
 python_prepare_all() {
-       cat <<EOF >> 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

diff --git a/dev-python/uvloop/uvloop-0.15.3.ebuild 
b/dev-python/uvloop/uvloop-0.15.3.ebuild
index 652ec1568ef..3ff9f3019ff 100644
--- a/dev-python/uvloop/uvloop-0.15.3.ebuild
+++ b/dev-python/uvloop/uvloop-0.15.3.ebuild
@@ -32,10 +32,10 @@ BDEPEND="
 distutils_enable_tests setup.py
 
 python_prepare_all() {
-       cat <<EOF >> 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

Reply via email to