From 41de59c3a78e8ab3f0ee8844e31ceeb78d59f281 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 19 Oct 2020 23:15:37 +0200 Subject: [PATCH] dev-python/sabyenc: add Python 3.9 support Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann --- dev-python/sabyenc/sabyenc-4.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sabyenc/sabyenc-4.0.2.ebuild b/dev-python/sabyenc/sabyenc-4.0.2.ebuild index 6c6fdf9e58be3..e3ab793f60f20 100644 --- a/dev-python/sabyenc/sabyenc-4.0.2.ebuild +++ b/dev-python/sabyenc/sabyenc-4.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1