Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/
Date: Mon, 30 May 2022 15:20:06
Message-Id: 1653923997.79a38d95d6b9dacd9b7f4be990e27d0f42bcd64b.blueness@gentoo
1 commit: 79a38d95d6b9dacd9b7f4be990e27d0f42bcd64b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 15:19:24 2022 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 15:19:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a38d95
7
8 www-servers/varnish: add python 10 support
9
10 CLOSES: https://bugs.gentoo.org/846347
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 www-servers/varnish/varnish-6.5.2.ebuild | 2 +-
15 www-servers/varnish/varnish-6.6.1.ebuild | 2 +-
16 www-servers/varnish/varnish-7.0.1.ebuild | 2 +-
17 www-servers/varnish/varnish-7.1.0.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/www-servers/varnish/varnish-6.5.2.ebuild b/www-servers/varnish/varnish-6.5.2.ebuild
21 index 42bef71981c5..159da1164758 100644
22 --- a/www-servers/varnish/varnish-6.5.2.ebuild
23 +++ b/www-servers/varnish/varnish-6.5.2.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI="7"
27
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{9..10} )
30
31 inherit autotools systemd python-r1
32
33
34 diff --git a/www-servers/varnish/varnish-6.6.1.ebuild b/www-servers/varnish/varnish-6.6.1.ebuild
35 index 5f1c242c2b34..490d4d852608 100644
36 --- a/www-servers/varnish/varnish-6.6.1.ebuild
37 +++ b/www-servers/varnish/varnish-6.6.1.ebuild
38 @@ -3,7 +3,7 @@
39
40 EAPI="7"
41
42 -PYTHON_COMPAT=( python3_{7..9} )
43 +PYTHON_COMPAT=( python3_{9..10} )
44
45 inherit autotools systemd python-r1
46
47
48 diff --git a/www-servers/varnish/varnish-7.0.1.ebuild b/www-servers/varnish/varnish-7.0.1.ebuild
49 index 9043508fdaf4..853efe7b4987 100644
50 --- a/www-servers/varnish/varnish-7.0.1.ebuild
51 +++ b/www-servers/varnish/varnish-7.0.1.ebuild
52 @@ -3,7 +3,7 @@
53
54 EAPI="8"
55
56 -PYTHON_COMPAT=( python3_{7..9} )
57 +PYTHON_COMPAT=( python3_{9..10} )
58
59 inherit autotools systemd python-r1
60
61
62 diff --git a/www-servers/varnish/varnish-7.1.0.ebuild b/www-servers/varnish/varnish-7.1.0.ebuild
63 index 9043508fdaf4..853efe7b4987 100644
64 --- a/www-servers/varnish/varnish-7.1.0.ebuild
65 +++ b/www-servers/varnish/varnish-7.1.0.ebuild
66 @@ -3,7 +3,7 @@
67
68 EAPI="8"
69
70 -PYTHON_COMPAT=( python3_{7..9} )
71 +PYTHON_COMPAT=( python3_{9..10} )
72
73 inherit autotools systemd python-r1