From: Michał Górny Date: Thu, 7 May 2020 15:21:51 +0000 (+0200) Subject: www-servers/varnish: Remove py2.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6;p=gentoo.git www-servers/varnish: Remove py2.7 Signed-off-by: Michał Górny --- diff --git a/www-servers/varnish/varnish-6.0.1.ebuild b/www-servers/varnish/varnish-6.0.1.ebuild index 8f8ce746c0ba..b259b36b803d 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 01cc35179636..a335a46245c0 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