diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:14:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:10 +0200 |
commit | b1b0eb095da9da1c5daee79f18612c2a3f193ef5 (patch) | |
tree | 7c0d722d909699a9d725ea9cbed0349044d42536 /www-apache | |
parent | x11-misc/sunflower: Support py3.12 and fix vte dep (diff) | |
download | gentoo-b1b0eb095da9da1c5daee79f18612c2a3f193ef5.tar.gz gentoo-b1b0eb095da9da1c5daee79f18612c2a3f193ef5.tar.bz2 gentoo-b1b0eb095da9da1c5daee79f18612c2a3f193ef5.zip |
www-apache/mod_gnutls: support py3.12
Closes: https://bugs.gentoo.org/929869
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild | 6 |
1 files 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 |