[net-analyzer/fail2ban] sync from tree

This commit is contained in:
Robert Förster 2019-12-30 16:48:59 +01:00
parent 94f23baf63
commit a0e796c46d
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy )
DISTUTILS_SINGLE_IMPL=1 DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 git-r3 systemd inherit distutils-r1 git-r3 systemd
@ -25,7 +25,7 @@ RDEPEND="
sys-apps/systemd[python(-),${PYTHON_USEDEP}] sys-apps/systemd[python(-),${PYTHON_USEDEP}]
)' 'python*' ) ) )' 'python*' ) )
" "
REQUIRED_USE="systemd? ( !python_single_target_pypy )"
RESTRICT="test" RESTRICT="test"
DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )