Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/
Date: Thu, 07 May 2020 17:58:41
Message-Id: 1588874311.5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6.mgorny@gentoo
1 commit: 5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:21:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 17:58:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5312e2fa
7
8 www-servers/varnish: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/varnish/varnish-6.0.1.ebuild | 2 +-
13 www-servers/varnish/varnish-6.1.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-servers/varnish/varnish-6.0.1.ebuild b/www-servers/varnish/varnish-6.0.1.ebuild
17 index 8f8ce746c0b..b259b36b803 100644
18 --- a/www-servers/varnish/varnish-6.0.1.ebuild
19 +++ b/www-servers/varnish/varnish-6.0.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="6"
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit user autotools systemd python-r1
28
29
30 diff --git a/www-servers/varnish/varnish-6.1.1.ebuild b/www-servers/varnish/varnish-6.1.1.ebuild
31 index 01cc3517963..a335a46245c 100644
32 --- a/www-servers/varnish/varnish-6.1.1.ebuild
33 +++ b/www-servers/varnish/varnish-6.1.1.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI="6"
37
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 inherit user autotools systemd python-r1