diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-04-14 07:32:21 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-04-14 07:39:59 -0400 |
commit | b992d10c122175a7a90901a0b1c5450aaa4c89f6 (patch) | |
tree | 5b491b0959252b11eea0703c58b731fc86ce7ed6 /net-analyzer | |
parent | app-backup/untangle-https-backup: support python 3.12, drop 3.9 (diff) | |
download | gentoo-b992d10c122175a7a90901a0b1c5450aaa4c89f6.tar.gz gentoo-b992d10c122175a7a90901a0b1c5450aaa4c89f6.tar.bz2 gentoo-b992d10c122175a7a90901a0b1c5450aaa4c89f6.zip |
net-analyzer/nagios-icinga-openvpn: support python 3.12, drop 3.9
Closes: https://bugs.gentoo.org/929683
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r4.ebuild (renamed from net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r3.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r3.ebuild b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r4.ebuild index 0dc7a05fc33c..f2cd71d9e794 100644 --- a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r3.ebuild +++ b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_10 python3_11 python3_12 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -15,7 +15,6 @@ SRC_URI="https://github.com/liquidat/nagios-icinga-openvpn/archive/${PV}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="amd64" -IUSE="" src_install() { distutils-r1_src_install |