diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:21:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 19:58:31 +0200 |
commit | 5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6 (patch) | |
tree | f2fef665b385e3c3285a64e512a8b9dbda07bc83 /www-servers/varnish | |
parent | sys-libs/openipmi: Remove py2.7 (diff) | |
download | gentoo-5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6.tar.gz gentoo-5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6.tar.bz2 gentoo-5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6.zip |
www-servers/varnish: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers/varnish')
-rw-r--r-- | www-servers/varnish/varnish-6.0.1.ebuild | 2 | ||||
-rw-r--r-- | www-servers/varnish/varnish-6.1.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |