From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 040C715827B for ; Tue, 26 Aug 2025 19:38:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E5B2B34103F for ; Tue, 26 Aug 2025 19:38:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7265A110565; Tue, 26 Aug 2025 19:38:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6CD19110565 for ; Tue, 26 Aug 2025 19:38:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B4CA340F8E for ; Tue, 26 Aug 2025 19:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A68234EF for ; Tue, 26 Aug 2025 19:38:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1756237096.ed73a1879599f934ee1da63e24d150869a219b4b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/lldb/lldb-21.1.0.ebuild X-VCS-Directories: llvm-core/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ed73a1879599f934ee1da63e24d150869a219b4b X-VCS-Branch: master Date: Tue, 26 Aug 2025 19:38:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 856bd71c-6038-4354-9d57-b139e6300491 X-Archives-Hash: cfedf467a7000f1332713d0969a2d9a8 commit: ed73a1879599f934ee1da63e24d150869a219b4b Author: Michał Górny gentoo org> AuthorDate: Tue Aug 26 19:24:30 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 26 19:38:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed73a187 llvm-core/lldb: Keyword 21.1.0 Signed-off-by: Michał Górny gentoo.org> llvm-core/lldb/lldb-21.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-core/lldb/lldb-21.1.0.ebuild b/llvm-core/lldb/lldb-21.1.0.ebuild index da92577615cb..0f2736cc58d7 100644 --- a/llvm-core/lldb/lldb-21.1.0.ebuild +++ b/llvm-core/lldb/lldb-21.1.0.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" -IUSE="+debug debuginfod +libedit lzma ncurses +python test +xml" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86" +IUSE="debug debuginfod +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE}