commit: 834fddb1847d7b5a76fa81f8a83b4efcc732977a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 11:01:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 11:10:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834fddb1
net-analyzer/fail2ban: minor style changes to 9999
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/fail2ban/fail2ban-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/fail2ban/fail2ban-9999.ebuild
b/net-analyzer/fail2ban/fail2ban-9999.ebuild
index bf5f5359b22..75cf1cc7136 100644
--- a/net-analyzer/fail2ban/fail2ban-9999.ebuild
+++ b/net-analyzer/fail2ban/fail2ban-9999.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_SINGLE_IMPL=1
@@ -15,6 +16,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="selinux systemd"
+# Needs some work to enable them right now
+RESTRICT="test"
RDEPEND="
virtual/logger
@@ -26,7 +29,6 @@ RDEPEND="
)' 'python*' ) )
"
-RESTRICT="test"
DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
python_prepare_all() {