From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40CF415802F for ; Sun, 12 Mar 2023 06:31:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E74E085A; Sun, 12 Mar 2023 06:31:07 +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 pigeon.gentoo.org (Postfix) with ESMTPS id D3635E085A for ; Sun, 12 Mar 2023 06:31:07 +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 106FE340E33 for ; Sun, 12 Mar 2023 06:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D478E8 for ; Sun, 12 Mar 2023 06:31:02 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1678602590.117cb45724a4b4037fadfef06891bcc73cf75258.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-16.0.0_rc4.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 117cb45724a4b4037fadfef06891bcc73cf75258 X-VCS-Branch: master Date: Sun, 12 Mar 2023 06:31:02 +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: 76bdb31a-2934-4bba-893e-de276b5cd331 X-Archives-Hash: 412a30d173932be8961beafef8edc687 commit: 117cb45724a4b4037fadfef06891bcc73cf75258 Author: WANG Xuerui gentoo org> AuthorDate: Sun Mar 12 06:29:23 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Mar 12 06:29:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117cb457 dev-util/lldb: keyword 16.0.0_rc4 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/lldb/lldb-16.0.0_rc4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lldb/lldb-16.0.0_rc4.ebuild b/dev-util/lldb/lldb-16.0.0_rc4.ebuild index 1d8c4b56e83c..0b5d5db1f84d 100644 --- a/dev-util/lldb/lldb-16.0.0_rc4.ebuild +++ b/dev-util/lldb/lldb-16.0.0_rc4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" -KEYWORDS="" +KEYWORDS="~loong" IUSE="debug +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE}