diff options
author | 2021-12-16 20:26:22 +0100 | |
---|---|---|
committer | 2022-01-02 07:09:47 +0000 | |
commit | 30adba8f74f3d1baddde9c6db767537f1e1fefb5 (patch) | |
tree | 8e370591e0a12b7d70ef1f287df702beb2860420 /net-misc/wget | |
parent | app-crypt/gcr: add python 3.10 (diff) | |
download | gentoo-30adba8f74f3d1baddde9c6db767537f1e1fefb5.tar.gz gentoo-30adba8f74f3d1baddde9c6db767537f1e1fefb5.tar.bz2 gentoo-30adba8f74f3d1baddde9c6db767537f1e1fefb5.zip |
net-misc/wget: add python 3.10
Closes: https://bugs.gentoo.org/829370
Closes: https://github.com/gentoo/gentoo/pull/23341
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.21.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.21.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wget/wget-1.21.1.ebuild b/net-misc/wget/wget-1.21.1.ebuild index ff776758c918..2a526b27a951 100644 --- a/net-misc/wget/wget-1.21.1.ebuild +++ b/net-misc/wget/wget-1.21.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic python-any-r1 toolchain-funcs diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild index 50468f6320a7..f50b041c1a7a 100644 --- a/net-misc/wget/wget-1.21.2.ebuild +++ b/net-misc/wget/wget-1.21.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic python-any-r1 toolchain-funcs |