commit: 5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 15:21:51 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 17:58:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5312e2fa
www-servers/varnish: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-servers/varnish/varnish-6.0.1.ebuild | 2 +-
www-servers/varnish/varnish-6.1.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-servers/varnish/varnish-6.0.1.ebuild
b/www-servers/varnish/varnish-6.0.1.ebuild
index 8f8ce746c0b..b259b36b803 100644
--- a/www-servers/varnish/varnish-6.0.1.ebuild
+++ b/www-servers/varnish/varnish-6.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit user autotools systemd python-r1
diff --git a/www-servers/varnish/varnish-6.1.1.ebuild
b/www-servers/varnish/varnish-6.1.1.ebuild
index 01cc3517963..a335a46245c 100644
--- a/www-servers/varnish/varnish-6.1.1.ebuild
+++ b/www-servers/varnish/varnish-6.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit user autotools systemd python-r1