commit:     79a38d95d6b9dacd9b7f4be990e27d0f42bcd64b
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 15:19:24 2022 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon May 30 15:19:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a38d95

www-servers/varnish: add python 10 support

CLOSES: https://bugs.gentoo.org/846347
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 www-servers/varnish/varnish-6.5.2.ebuild | 2 +-
 www-servers/varnish/varnish-6.6.1.ebuild | 2 +-
 www-servers/varnish/varnish-7.0.1.ebuild | 2 +-
 www-servers/varnish/varnish-7.1.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-servers/varnish/varnish-6.5.2.ebuild 
b/www-servers/varnish/varnish-6.5.2.ebuild
index 42bef71981c5..159da1164758 100644
--- a/www-servers/varnish/varnish-6.5.2.ebuild
+++ b/www-servers/varnish/varnish-6.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit autotools systemd python-r1
 

diff --git a/www-servers/varnish/varnish-6.6.1.ebuild 
b/www-servers/varnish/varnish-6.6.1.ebuild
index 5f1c242c2b34..490d4d852608 100644
--- a/www-servers/varnish/varnish-6.6.1.ebuild
+++ b/www-servers/varnish/varnish-6.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit autotools systemd python-r1
 

diff --git a/www-servers/varnish/varnish-7.0.1.ebuild 
b/www-servers/varnish/varnish-7.0.1.ebuild
index 9043508fdaf4..853efe7b4987 100644
--- a/www-servers/varnish/varnish-7.0.1.ebuild
+++ b/www-servers/varnish/varnish-7.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit autotools systemd python-r1
 

diff --git a/www-servers/varnish/varnish-7.1.0.ebuild 
b/www-servers/varnish/varnish-7.1.0.ebuild
index 9043508fdaf4..853efe7b4987 100644
--- a/www-servers/varnish/varnish-7.1.0.ebuild
+++ b/www-servers/varnish/varnish-7.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit autotools systemd python-r1
 

Reply via email to