net-dns/nagios-check_dns_sync: Adding py3.8 support

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2020-05-07 15:39:51 +02:00
parent 63f4fef53c
commit fc1bde3ff6
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 git-r3
MY_PN=${PN/nagios-/}
@ -29,5 +29,6 @@ BDEPEND=""
src_install() {
default
exeinto /usr/lib64/nagios/plugins/
python_newexe src/check_dns_sync/check_dns_sync.py check_dns_sync
python_foreach_impl python_newexe src/check_dns_sync/check_dns_sync.py \
check_dns_sync
}