diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2022-05-30 11:19:24 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2022-05-30 11:19:57 -0400 |
commit | 79a38d95d6b9dacd9b7f4be990e27d0f42bcd64b (patch) | |
tree | b9770ac55a6bc6ffa9ca8b969fc90b1587399b67 /www-servers/varnish | |
parent | x11-drivers/xf86-input-wacom: Version bump to 1.0.0 (diff) | |
download | gentoo-79a38d95d6b9dacd9b7f4be990e27d0f42bcd64b.tar.gz gentoo-79a38d95d6b9dacd9b7f4be990e27d0f42bcd64b.tar.bz2 gentoo-79a38d95d6b9dacd9b7f4be990e27d0f42bcd64b.zip |
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@gentoo.org>
Diffstat (limited to 'www-servers/varnish')
-rw-r--r-- | www-servers/varnish/varnish-6.5.2.ebuild | 2 | ||||
-rw-r--r-- | www-servers/varnish/varnish-6.6.1.ebuild | 2 | ||||
-rw-r--r-- | www-servers/varnish/varnish-7.0.1.ebuild | 2 | ||||
-rw-r--r-- | 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 |