summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-15 22:53:59 +0000
committerSam James <sam@gentoo.org>2023-02-16 03:26:26 +0000
commit53be39860791ebb18221b7ea2306c634b1083006 (patch)
tree9e222e78f69cb810448aab42999ecb4f91105592 /www-apache/mod_gnutls
parentsci-calculators/units: enable py3.11 (diff)
downloadgentoo-53be39860791ebb18221b7ea2306c634b1083006.tar.gz
gentoo-53be39860791ebb18221b7ea2306c634b1083006.tar.bz2
gentoo-53be39860791ebb18221b7ea2306c634b1083006.zip
www-apache/mod_gnutls: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache/mod_gnutls')
-rw-r--r--www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild2
1 files changed, 1 insertions, 1 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 e2ac7e638756..2ed94d16531c 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
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit autotools apache-module flag-o-matic python-any-r1