diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 13:37:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-28 13:37:30 +0200 |
commit | b2795345fdc67bdef6fce869cd970d7478280e97 (patch) | |
tree | 3c8b226fa2f5b1111d33d916a4d652b664f8a21d /www-servers | |
parent | sci-geosciences/seawater: Drop old (diff) | |
download | gentoo-b2795345fdc67bdef6fce869cd970d7478280e97.tar.gz gentoo-b2795345fdc67bdef6fce869cd970d7478280e97.tar.bz2 gentoo-b2795345fdc67bdef6fce869cd970d7478280e97.zip |
www-servers/varnish: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/varnish-5.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/varnish/varnish-5.1.2.ebuild b/www-servers/varnish/varnish-5.1.2.ebuild index 13c2238e88d7..e9d0fe5bb051 100644 --- a/www-servers/varnish/varnish-5.1.2.ebuild +++ b/www-servers/varnish/varnish-5.1.2.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit user autotools eutils systemd python-r1 |