From e84029ca01c80ccafa6d92efcc7c8490e7ecfaf3 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 24 Dec 2019 14:50:00 -0500 Subject: [PATCH] net-libs/serf: Python 3.7 and 3.8 compatibility Closes: https://bugs.gentoo.org/703670 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Craig Andrews Closes: https://github.com/gentoo/gentoo/pull/14115 Signed-off-by: Craig Andrews --- net-libs/serf/serf-1.3.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/serf/serf-1.3.9-r1.ebuild b/net-libs/serf/serf-1.3.9-r1.ebuild index f4165ca2e0d5..c01698dc85d4 100644 --- a/net-libs/serf/serf-1.3.9-r1.ebuild +++ b/net-libs/serf/serf-1.3.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic -- 2.26.2