commit:     7d0bc67940bcc3619945c282dd0321d785086c0b
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 13:31:52 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 13:33:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0bc679

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 <AT> gentoo.org>

 www-servers/varnish/varnish-6.0.6.ebuild | 4 ++--
 www-servers/varnish/varnish-6.3.2.ebuild | 4 ++--
 www-servers/varnish/varnish-6.4.0.ebuild | 4 ++--
 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 b2aedc3e93d..01e91deeec7 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 5d12afb6459..97e5bcec56d 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 87e7399056b..231c5d30ac3 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 cd7753a43db..0612b2f99d5 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
 

Reply via email to