From bd5864cef3b0aada91404b49661f16b7a0e38451 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 27 Apr 2021 21:01:30 +0100 Subject: dev-python/treq: fix function/phase declaration style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James --- 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 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:" -- cgit v1.2.3-65-gdbad