[net-analyzer/fail2ban] add py3k9
This commit is contained in:
parent
2575837a21
commit
5b805f6690
@ -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=( python3_{6,7,8} )
|
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||||
DISTUTILS_SINGLE_IMPL=1
|
DISTUTILS_SINGLE_IMPL=1
|
||||||
|
|
||||||
inherit bash-completion-r1 distutils-r1 git-r3 systemd
|
inherit bash-completion-r1 distutils-r1 git-r3 systemd
|
||||||
@ -42,9 +42,7 @@ python_prepare_all() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
python_compile() {
|
python_compile() {
|
||||||
if python_is_python3; then
|
|
||||||
./fail2ban-2to3 || die
|
./fail2ban-2to3 || die
|
||||||
fi
|
|
||||||
distutils-r1_python_compile
|
distutils-r1_python_compile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user