diff options
author | 2019-03-27 10:43:19 +0100 | |
---|---|---|
committer | 2019-03-27 10:45:02 +0100 | |
commit | 2c83d223b009069602d896da6eb321aa4ac254db (patch) | |
tree | 8f5b1989e6aeac4fc27cacddd8488ae4dd3efc14 /net-analyzer/fail2ban/fail2ban-99999999.ebuild | |
parent | sys-kernel/vanilla-sources: Automated version bump to {3.16.64,4.9.166,4.14.1... (diff) | |
download | gentoo-2c83d223b009069602d896da6eb321aa4ac254db.tar.gz gentoo-2c83d223b009069602d896da6eb321aa4ac254db.tar.bz2 gentoo-2c83d223b009069602d896da6eb321aa4ac254db.zip |
net-analyzer/fail2ban: RESTRICT=test
Fixes: https://bugs.gentoo.org/659010
Fixes: https://bugs.gentoo.org/681838
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/fail2ban/fail2ban-99999999.ebuild')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-99999999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index c43c91b4673f..3eb5b64cab5e 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -29,9 +29,8 @@ RDEPEND=" sys-apps/systemd[python(-),${PYTHON_USEDEP}] )' 'python*' ) ) " - REQUIRED_USE="systemd? ( !python_single_target_pypy )" - +RESTRICT="test" DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) python_prepare_all() { @@ -46,10 +45,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_test() { - "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}" -} - python_install_all() { distutils-r1_python_install_all |