commit:     bd5864cef3b0aada91404b49661f16b7a0e38451
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 20:01:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 19:22:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5864ce

dev-python/treq: fix function/phase declaration style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/treq/treq-20.9.0.ebuild | 4 ++--
 dev-python/treq/treq-21.1.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/treq/treq-20.9.0.ebuild 
b/dev-python/treq/treq-20.9.0.ebuild
index 0899f2b509c..7b1c8241280 100644
--- a/dev-python/treq/treq-20.9.0.ebuild
+++ b/dev-python/treq/treq-20.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -47,7 +47,7 @@ python_install_all() {
        distutils-r1_python_install_all
 }
 
-test_instructions(){
+test_instructions() {
        ewarn "The 'test' USE flag and FEATURE only ensures that the correct"
        ewarn "dependenciess are installed for this package."
        ewarn "Please run eg:"

diff --git a/dev-python/treq/treq-21.1.0.ebuild 
b/dev-python/treq/treq-21.1.0.ebuild
index 8ba0d791aae..b5f62bffd38 100644
--- a/dev-python/treq/treq-21.1.0.ebuild
+++ b/dev-python/treq/treq-21.1.0.ebuild
@@ -47,7 +47,7 @@ python_install_all() {
        distutils-r1_python_install_all
 }
 
-test_instructions(){
+test_instructions() {
        ewarn "The 'test' USE flag and FEATURE only ensures that the correct"
        ewarn "dependenciess are installed for this package."
        ewarn "Please run eg:"

Reply via email to