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:
parent
63f4fef53c
commit
fc1bde3ff6
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6,7} )
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
inherit distutils-r1 git-r3
|
inherit distutils-r1 git-r3
|
||||||
|
|
||||||
MY_PN=${PN/nagios-/}
|
MY_PN=${PN/nagios-/}
|
||||||
|
@ -29,5 +29,6 @@ BDEPEND=""
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
exeinto /usr/lib64/nagios/plugins/
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue