diff options
author | Sam James <sam@gentoo.org> | 2021-04-27 21:01:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 20:22:06 +0100 |
commit | bd5864cef3b0aada91404b49661f16b7a0e38451 (patch) | |
tree | 434c72301e5c08352c9fcbcf06ea0a96c56f3e63 /dev-python/treq | |
parent | dev-python/qstylizer: fix function/phase declaration style (diff) | |
download | gentoo-bd5864cef3b0aada91404b49661f16b7a0e38451.tar.gz gentoo-bd5864cef3b0aada91404b49661f16b7a0e38451.tar.bz2 gentoo-bd5864cef3b0aada91404b49661f16b7a0e38451.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/treq')
-rw-r--r-- | dev-python/treq/treq-20.9.0.ebuild | 4 | ||||
-rw-r--r-- | 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 0899f2b509cb..7b1c82412801 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 8ba0d791aae3..b5f62bffd38c 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:" |