From 79a38d95d6b9dacd9b7f4be990e27d0f42bcd64b Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 30 May 2022 11:19:24 -0400 Subject: 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 --- 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(-) (limited to 'www-servers/varnish') 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 -- cgit v1.2.3-65-gdbad