summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-06-14 18:44:57 +0200
committerMichał Górny <mgorny@gentoo.org>2019-06-14 18:45:20 +0200
commitba75745c7eb41b9d949f63f6356cae6bf30ccae7 (patch)
tree127c619b855d9d04c55269d492826d8996e61ee2 /sys-devel
parentmedia-fonts/polarsys-b612-fonts: x86 stable wrt bug #687962 (diff)
downloadgentoo-ba75745c7eb41b9d949f63f6356cae6bf30ccae7.tar.gz
gentoo-ba75745c7eb41b9d949f63f6356cae6bf30ccae7.tar.bz2
gentoo-ba75745c7eb41b9d949f63f6356cae6bf30ccae7.zip
sys-devel/lld: Enable Python 3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/lld/lld-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
index 65b1e9793b1c..8b80aaa265c1 100644
--- a/sys-devel/lld/lld-9999.ebuild
+++ b/sys-devel/lld/lld-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
# (needed due to CMAKE_BUILD_TYPE != Gentoo)
CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit cmake-utils git-r3 llvm multiprocessing python-any-r1