[net-analyzer/fail2ban] rm py2k, add py3k8

This commit is contained in:
Robert Förster 2020-02-09 12:01:51 +01:00
parent 68017d64f8
commit 7918c6b359
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_SINGLE_IMPL=1
inherit bash-completion-r1 distutils-r1 git-r3 systemd