summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-02 11:01:42 +0000
committerSam James <sam@gentoo.org>2021-01-02 11:10:58 +0000
commit834fddb1847d7b5a76fa81f8a83b4efcc732977a (patch)
tree12f95d71d811f9d4ac08a27ce012323b98e03491
parentnet-analyzer/fail2ban: rename live ebuild to 9999 (diff)
downloadgentoo-834fddb1.tar.gz
gentoo-834fddb1.tar.bz2
gentoo-834fddb1.zip
net-analyzer/fail2ban: minor style changes to 9999
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/fail2ban/fail2ban-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
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() {