From b1b0eb095da9da1c5daee79f18612c2a3f193ef5 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 31 Jul 2024 11:14:40 +0200 Subject: [PATCH] www-apache/mod_gnutls: support py3.12 Closes: https://bugs.gentoo.org/929869 Signed-off-by: Pacho Ramos --- 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 2ed94d16531c8..f5fe0e246acd5 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