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 0AEC5158B20 for ; Fri, 07 Feb 2025 20:09:12 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DFDCA343092 for ; Fri, 07 Feb 2025 20:09:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 73E8011047D; Fri, 07 Feb 2025 20:08:48 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7007311047D for ; Fri, 07 Feb 2025 20:08:48 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B5D1343028 for ; Fri, 07 Feb 2025 20:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93AD826F8 for ; Fri, 07 Feb 2025 20:08:45 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1738958867.c8f44de56e23b2ff489689305367c110736907b5.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/lldb/lldb-19.1.7.ebuild X-VCS-Directories: llvm-core/lldb/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c8f44de56e23b2ff489689305367c110736907b5 X-VCS-Branch: master Date: Fri, 07 Feb 2025 20:08:45 +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: 8bab7c2d-40ff-431b-86e5-3f588c505d9b X-Archives-Hash: d9713a66b2761533974a4dc33806e265 commit: c8f44de56e23b2ff489689305367c110736907b5 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 7 20:07:47 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Feb 7 20:07:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f44de5 llvm-core/lldb: Stabilize 19.1.7 arm64, #946879 Signed-off-by: Arthur Zamarin gentoo.org> llvm-core/lldb/lldb-19.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-core/lldb/lldb-19.1.7.ebuild b/llvm-core/lldb/lldb-19.1.7.ebuild index 805a5f4ba7d4..f1d1ad193716 100644 --- a/llvm-core/lldb/lldb-19.1.7.ebuild +++ b/llvm-core/lldb/lldb-19.1.7.ebuild @@ -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}