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 E4545158089 for ; Thu, 19 Oct 2023 15:13:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E8EB2BC1C3; Thu, 19 Oct 2023 15:13:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 777572BC1C3 for ; Thu, 19 Oct 2023 15:13:24 +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 70649335D43 for ; Thu, 19 Oct 2023 15:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352901299 for ; Thu, 19 Oct 2023 15:13:21 +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: <1697728389.f74fc875d14d71f2468558bc2dce27fee46d248f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-17.0.3.9999.ebuild dev-util/lldb/lldb-18.0.0.9999.ebuild dev-util/lldb/lldb-18.0.0_pre20231013.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f74fc875d14d71f2468558bc2dce27fee46d248f X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:13:21 +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: 345a36b4-ba4e-4999-a325-6248e9b3ecde X-Archives-Hash: 784577c9f86d8a546ee38ccebd61263d commit: f74fc875d14d71f2468558bc2dce27fee46d248f Author: Michał Górny gentoo org> AuthorDate: Thu Oct 19 15:04:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 19 15:13:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74fc875 dev-util/lldb: Fix EmptyGlobalAssignment Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-17.0.3.9999.ebuild | 1 - dev-util/lldb/lldb-18.0.0.9999.ebuild | 1 - dev-util/lldb/lldb-18.0.0_pre20231013.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/dev-util/lldb/lldb-17.0.3.9999.ebuild b/dev-util/lldb/lldb-17.0.3.9999.ebuild index ef2125c2af64..85f3da6a1874 100644 --- a/dev-util/lldb/lldb-17.0.3.9999.ebuild +++ b/dev-util/lldb/lldb-17.0.3.9999.ebuild @@ -11,7 +11,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" -KEYWORDS="" IUSE="+debug +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE} diff --git a/dev-util/lldb/lldb-18.0.0.9999.ebuild b/dev-util/lldb/lldb-18.0.0.9999.ebuild index ef2125c2af64..85f3da6a1874 100644 --- a/dev-util/lldb/lldb-18.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-18.0.0.9999.ebuild @@ -11,7 +11,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" -KEYWORDS="" IUSE="+debug +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE} diff --git a/dev-util/lldb/lldb-18.0.0_pre20231013.ebuild b/dev-util/lldb/lldb-18.0.0_pre20231013.ebuild index ef2125c2af64..85f3da6a1874 100644 --- a/dev-util/lldb/lldb-18.0.0_pre20231013.ebuild +++ b/dev-util/lldb/lldb-18.0.0_pre20231013.ebuild @@ -11,7 +11,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" -KEYWORDS="" IUSE="+debug +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE}