diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-10 14:31:52 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-10 14:33:21 +0100 |
commit | 7d0bc67940bcc3619945c282dd0321d785086c0b (patch) | |
tree | b13f9fb4dfe8fd61c51aed90829a73d6e4656e26 /www-servers/varnish/varnish-6.4.0.ebuild | |
parent | dev-libs/girara: cleanup old (diff) | |
download | gentoo-7d0bc67940bcc3619945c282dd0321d785086c0b.tar.gz gentoo-7d0bc67940bcc3619945c282dd0321d785086c0b.tar.bz2 gentoo-7d0bc67940bcc3619945c282dd0321d785086c0b.zip |
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@gentoo.org>
Diffstat (limited to 'www-servers/varnish/varnish-6.4.0.ebuild')
-rw-r--r-- | www-servers/varnish/varnish-6.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/varnish/varnish-6.4.0.ebuild b/www-servers/varnish/varnish-6.4.0.ebuild index 87e7399056bc..231c5d30ac3a 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 |