From: Anthony G. Basile Date: Mon, 20 Apr 2020 15:00:34 +0000 (-0400) Subject: www-servers/varnish: 6.3.2 works with python 3.7 and 3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e40ea98cd46c81c550bd938e56c261a4ada8c64;p=gentoo.git www-servers/varnish: 6.3.2 works with python 3.7 and 3.8 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Anthony G. Basile --- diff --git a/www-servers/varnish/varnish-6.3.2.ebuild b/www-servers/varnish/varnish-6.3.2.ebuild index 87e7399056bc..74869e5992c5 100644 --- a/www-servers/varnish/varnish-6.3.2.ebuild +++ b/www-servers/varnish/varnish-6.3.2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit autotools systemd python-r1