diff options
author | Sam James <sam@gentoo.org> | 2021-01-02 11:01:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-02 11:10:58 +0000 |
commit | 834fddb1847d7b5a76fa81f8a83b4efcc732977a (patch) | |
tree | 12f95d71d811f9d4ac08a27ce012323b98e03491 /net-analyzer/fail2ban | |
parent | net-analyzer/fail2ban: rename live ebuild to 9999 (diff) | |
download | gentoo-834fddb1847d7b5a76fa81f8a83b4efcc732977a.tar.gz gentoo-834fddb1847d7b5a76fa81f8a83b4efcc732977a.tar.bz2 gentoo-834fddb1847d7b5a76fa81f8a83b4efcc732977a.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>
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-9999.ebuild | 4 |
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() { |