diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-02 20:09:26 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-02 20:11:00 +0200 |
commit | 7e93b94ac6216631662225f035be7b0f9af9dd35 (patch) | |
tree | 3ecbfe4918a9dffbbc06cb68579fba0ddb945852 /net-misc/wget | |
parent | net-misc/wget: fix building with gcc-10 (diff) | |
download | gentoo-7e93b94ac6216631662225f035be7b0f9af9dd35.tar.gz gentoo-7e93b94ac6216631662225f035be7b0f9af9dd35.tar.bz2 gentoo-7e93b94ac6216631662225f035be7b0f9af9dd35.zip |
net-misc/wget: add Python 3.8 support
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.20.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.20.3-r3.ebuild b/net-misc/wget/wget-1.20.3-r3.ebuild index cc2ca822468d..b96e75821035 100644 --- a/net-misc/wget/wget-1.20.3-r3.ebuild +++ b/net-misc/wget/wget-1.20.3-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit flag-o-matic python-any-r1 toolchain-funcs |