From 06b6d939ce1dc90f3e93645e64f9fa1a215d603b Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Thu, 16 Jul 2026 20:25:02 +0200 Subject: [PATCH] lldb: unmask --- llvm-core/lldb/lldb-22.1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-core/lldb/lldb-22.1.8.ebuild b/llvm-core/lldb/lldb-22.1.8.ebuild index 0cb2ddd..759f2a4 100644 --- a/llvm-core/lldb/lldb-22.1.8.ebuild +++ b/llvm-core/lldb/lldb-22.1.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake flag-o-matic llvm.org python-single-r1 DESCRIPTION="The LLVM debugger" @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86" +KEYWORDS="amd64 arm arm64 ~loong x86" IUSE="debug debuginfod +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE}