From e150121e5cf3ac8d2401d228d9959bbf79c060f9 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 22 May 2021 15:35:47 +0300 Subject: [PATCH] dev-python/blist: remove python3_9 compat, its not compatible Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfred Wingate --- dev-python/blist/blist-1.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/blist/blist-1.3.6.ebuild b/dev-python/blist/blist-1.3.6.ebuild index 9963584..63ad3a9 100644 --- a/dev-python/blist/blist-1.3.6.ebuild +++ b/dev-python/blist/blist-1.3.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..8} ) inherit distutils-r1 DESCRIPTION="A list-like type"