From 076ecf35ca05f0b1f6d5b8a43c3d42557db01748 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Tue, 26 May 2020 00:02:01 +0300 Subject: [PATCH] dev-python/ifaddr: works with py38 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov --- dev-python/ifaddr/ifaddr-0.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ifaddr/ifaddr-0.1.6.ebuild b/dev-python/ifaddr/ifaddr-0.1.6.ebuild index de99f474f29a..0778e3192504 100644 --- a/dev-python/ifaddr/ifaddr-0.1.6.ebuild +++ b/dev-python/ifaddr/ifaddr-0.1.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 -- 2.26.2