commit: a62f0063ea47f4fac70787e4baba25bbb894bab6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 30 03:18:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 30 03:18:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62f0063
net-analyzer/nagios-icinga-openvpn: disable py3.7 No point in keeping it as it doesn't do anything now - the eclass dropped support for it a while ago. Dropping it proactively on bumps means that we don't have to e.g. reset automated stable timer checks if doing it en-masse. Signed-off-by: Sam James <sam <AT> gentoo.org> .../nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild index 29216203671..6ff5f274043 100644 --- a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild +++ b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 ) +PYTHON_COMPAT=( python3_8 python3_9 python3_10 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1
