summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:06:04 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:36 +0100
commit8400bf9e9cc2accb57271d06677e95d5d14a3913 (patch)
tree9f263524526206943cfd3dbc8309fa8ab8a5d529 /sys-devel/lld/lld-11.0.0.9999.ebuild
parentsys-devel/automake: Remove py2 where possible (diff)
downloadgentoo-8400bf9e9cc2accb57271d06677e95d5d14a3913.tar.gz
gentoo-8400bf9e9cc2accb57271d06677e95d5d14a3913.tar.bz2
gentoo-8400bf9e9cc2accb57271d06677e95d5d14a3913.zip
sys-devel/lld: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/lld/lld-11.0.0.9999.ebuild')
-rw-r--r--sys-devel/lld/lld-11.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-11.0.0.9999.ebuild b/sys-devel/lld/lld-11.0.0.9999.ebuild
index 8d0d48bb02cc..664086deab85 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=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit cmake-utils llvm llvm.org multiprocessing python-any-r1
DESCRIPTION="The LLVM linker (link editor)"