From 7e93b94ac6216631662225f035be7b0f9af9dd35 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sat, 2 May 2020 20:09:26 +0200 Subject: net-misc/wget: add Python 3.8 support Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- net-misc/wget/wget-1.20.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad