diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-04-20 11:00:34 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-04-20 11:00:34 -0400 |
commit | 7e40ea98cd46c81c550bd938e56c261a4ada8c64 (patch) | |
tree | b5f0873ced0b7fbea45bea1f3a3b0a4dd2deb4cd /www-servers/varnish | |
parent | www-servers/varnish: version bump to 6.0.6 and 6.4.0 for bug #624832 (diff) | |
download | gentoo-7e40ea98cd46c81c550bd938e56c261a4ada8c64.tar.gz gentoo-7e40ea98cd46c81c550bd938e56c261a4ada8c64.tar.bz2 gentoo-7e40ea98cd46c81c550bd938e56c261a4ada8c64.zip |
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 <blueness@gentoo.org>
Diffstat (limited to 'www-servers/varnish')
-rw-r--r-- | www-servers/varnish/varnish-6.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |