net-analyzer/nagios-check_openpgpkey: python updates

This commit is contained in:
nemunaire 2021-01-19 23:26:37 +01:00
commit 1e72e555a7
3 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{4,5,6,7} )
PYTHON_COMPAT=( python3_{7,8,9} )
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/nemunaire/check_openpgpkey.git"