net-dns/nagios-check_dane: Adding support for py3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
4b7e593572
commit
0aac127cda
|
@ -1,9 +1,9 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit python-r1
|
||||
|
||||
MY_PN=${PN/nagios-/}
|
||||
|
|
Loading…
Reference in a new issue