From: Michał Górny Date: Mon, 4 May 2020 10:09:35 +0000 (+0200) Subject: sys-libs/llvm-libunwind: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f156c437aa027d5f0df8b02b6d124ab8d12980ab;p=gentoo.git sys-libs/llvm-libunwind: Enable py3.8 Signed-off-by: Michał Górny --- 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"