From deb4d34000b27e7ac8a3d039cc49f1f5c444a252 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 20 Jun 2020 15:39:30 +0200 Subject: sys-devel/lld: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/lld/lld-11.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-devel/lld/lld-11.0.0.9999.ebuild') diff --git a/sys-devel/lld/lld-11.0.0.9999.ebuild b/sys-devel/lld/lld-11.0.0.9999.ebuild index f47dca273412..ab0472be1ac9 100644 --- a/sys-devel/lld/lld-11.0.0.9999.ebuild +++ b/sys-devel/lld/lld-11.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit cmake llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="The LLVM linker (link editor)" -- cgit v1.2.3-65-gdbad