Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Sun, 02 Jan 2022 07:11:58
Message-Id: 1641107387.30adba8f74f3d1baddde9c6db767537f1e1fefb5.sam@gentoo
1 commit: 30adba8f74f3d1baddde9c6db767537f1e1fefb5
2 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 16 19:26:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 07:09:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30adba8f
7
8 net-misc/wget: add python 3.10
9
10 Closes: https://bugs.gentoo.org/829370
11 Closes: https://github.com/gentoo/gentoo/pull/23341
12 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-misc/wget/wget-1.21.1.ebuild | 2 +-
16 net-misc/wget/wget-1.21.2.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-misc/wget/wget-1.21.1.ebuild b/net-misc/wget/wget-1.21.1.ebuild
20 index ff776758c918..2a526b27a951 100644
21 --- a/net-misc/wget/wget-1.21.1.ebuild
22 +++ b/net-misc/wget/wget-1.21.1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 inherit flag-o-matic python-any-r1 toolchain-funcs
31
32
33 diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
34 index 50468f6320a7..f50b041c1a7a 100644
35 --- a/net-misc/wget/wget-1.21.2.ebuild
36 +++ b/net-misc/wget/wget-1.21.2.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python3_{7..9} )
42 +PYTHON_COMPAT=( python3_{8..10} )
43
44 inherit flag-o-matic python-any-r1 toolchain-funcs