summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-04 12:09:35 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-04 12:09:35 +0200
commitf156c437aa027d5f0df8b02b6d124ab8d12980ab (patch)
treea62c1e547ac2912df8ec53e389b96a5a1f48c1fe /sys-libs
parentsys-libs/libcxxabi: Enable py3.8 (diff)
downloadgentoo-f156c437aa027d5f0df8b02b6d124ab8d12980ab.tar.gz
gentoo-f156c437aa027d5f0df8b02b6d124ab8d12980ab.tar.bz2
gentoo-f156c437aa027d5f0df8b02b6d124ab8d12980ab.zip
sys-libs/llvm-libunwind: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-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 d622d1cdee5c..4f813dc7e2cd 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=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1
DESCRIPTION="C++ runtime stack unwinder from LLVM"