commit: b1b0eb095da9da1c5daee79f18612c2a3f193ef5 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jul 31 09:14:40 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jul 31 09:23:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b0eb09
www-apache/mod_gnutls: support py3.12 Closes: https://bugs.gentoo.org/929869 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild index 2ed94d16531c..f5fe0e246acd 100644 --- a/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild +++ b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.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=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools apache-module flag-o-matic python-any-r1