From 834fddb1847d7b5a76fa81f8a83b4efcc732977a Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 2 Jan 2021 11:01:42 +0000 Subject: net-analyzer/fail2ban: minor style changes to 9999 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James --- 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 bf5f5359b225..75cf1cc7136f 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() { -- cgit v1.2.3-65-gdbad