summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-20 15:39:30 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-20 18:32:33 +0200
commitdeb4d34000b27e7ac8a3d039cc49f1f5c444a252 (patch)
treefa97b0f15b862f033accaf2392b5833d02475b8c /sys-devel/lld
parentsys-devel/lld: Port to cmake.eclass (diff)
downloadgentoo-deb4d34000b27e7ac8a3d039cc49f1f5c444a252.tar.gz
gentoo-deb4d34000b27e7ac8a3d039cc49f1f5c444a252.tar.bz2
gentoo-deb4d34000b27e7ac8a3d039cc49f1f5c444a252.zip
sys-devel/lld: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r--sys-devel/lld/lld-10.0.1.9999.ebuild2
-rw-r--r--sys-devel/lld/lld-10.0.1_rc1.ebuild2
-rw-r--r--sys-devel/lld/lld-11.0.0.9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/lld/lld-10.0.1.9999.ebuild b/sys-devel/lld/lld-10.0.1.9999.ebuild
index f47dca273412..ab0472be1ac9 100644
--- a/sys-devel/lld/lld-10.0.1.9999.ebuild
+++ b/sys-devel/lld/lld-10.0.1.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)"
diff --git a/sys-devel/lld/lld-10.0.1_rc1.ebuild b/sys-devel/lld/lld-10.0.1_rc1.ebuild
index f47dca273412..ab0472be1ac9 100644
--- a/sys-devel/lld/lld-10.0.1_rc1.ebuild
+++ b/sys-devel/lld/lld-10.0.1_rc1.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)"
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)"