diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-10 14:31:52 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-10 14:33:21 +0100 |
commit | 7d0bc67940bcc3619945c282dd0321d785086c0b (patch) | |
tree | b13f9fb4dfe8fd61c51aed90829a73d6e4656e26 /www-servers | |
parent | dev-libs/girara: cleanup old (diff) | |
download | gentoo-7d0bc67940bcc3619945c282dd0321d785086c0b.tar.gz gentoo-7d0bc67940bcc3619945c282dd0321d785086c0b.tar.bz2 gentoo-7d0bc67940bcc3619945c282dd0321d785086c0b.zip |
www-servers/varnish: Added suppoert for python3_8 and python3_9
Closes: https://bugs.gentoo.org/762220
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/varnish-6.0.6.ebuild | 4 | ||||
-rw-r--r-- | www-servers/varnish/varnish-6.3.2.ebuild | 4 | ||||
-rw-r--r-- | www-servers/varnish/varnish-6.4.0.ebuild | 4 | ||||
-rw-r--r-- | www-servers/varnish/varnish-6.5.0.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www-servers/varnish/varnish-6.0.6.ebuild b/www-servers/varnish/varnish-6.0.6.ebuild index b2aedc3e93d1..01e91deeec75 100644 --- a/www-servers/varnish/varnish-6.0.6.ebuild +++ b/www-servers/varnish/varnish-6.0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit user autotools systemd python-r1 diff --git a/www-servers/varnish/varnish-6.3.2.ebuild b/www-servers/varnish/varnish-6.3.2.ebuild index 5d12afb64590..97e5bcec56d2 100644 --- a/www-servers/varnish/varnish-6.3.2.ebuild +++ b/www-servers/varnish/varnish-6.3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit autotools systemd python-r1 diff --git a/www-servers/varnish/varnish-6.4.0.ebuild b/www-servers/varnish/varnish-6.4.0.ebuild index 87e7399056bc..231c5d30ac3a 100644 --- a/www-servers/varnish/varnish-6.4.0.ebuild +++ b/www-servers/varnish/varnish-6.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit autotools systemd python-r1 diff --git a/www-servers/varnish/varnish-6.5.0.ebuild b/www-servers/varnish/varnish-6.5.0.ebuild index cd7753a43dbf..0612b2f99d5d 100644 --- a/www-servers/varnish/varnish-6.5.0.ebuild +++ b/www-servers/varnish/varnish-6.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit autotools systemd python-r1 |