summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:06:21 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:46 +0100
commit803cd7bfc684332b55f2ae76c85ba8b8b161ccb4 (patch)
tree3b34892d9d30709c2bb048e6ee197ac4bf41bf11 /sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild
parentsys-libs/libomp: Remove py2 where possible (diff)
downloadgentoo-803cd7bfc684332b55f2ae76c85ba8b8b161ccb4.tar.gz
gentoo-803cd7bfc684332b55f2ae76c85ba8b8b161ccb4.tar.bz2
gentoo-803cd7bfc684332b55f2ae76c85ba8b8b161ccb4.zip
sys-libs/llvm-libunwind: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild')
-rw-r--r--sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild
index 3891515f46e9..d622d1cdee5c 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-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-multilib llvm llvm.org multiprocessing python-any-r1
DESCRIPTION="C++ runtime stack unwinder from LLVM"