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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9478413835B for ; Thu, 11 Mar 2021 14:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2BB1E0BC7; Thu, 11 Mar 2021 14:08:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B94E5E0BC7 for ; Thu, 11 Mar 2021 14:08:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A0B8340F03 for ; Thu, 11 Mar 2021 14:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E07A591 for ; Thu, 11 Mar 2021 14:08:38 +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: <1615471714.ec5ce118d0ded99a4f353ce631858f0a5c407e83.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-10.0.1.ebuild dev-util/lldb/lldb-11.0.0.ebuild dev-util/lldb/lldb-11.0.1.ebuild dev-util/lldb/lldb-11.1.0.ebuild dev-util/lldb/lldb-12.0.0.9999.ebuild dev-util/lldb/lldb-12.0.0_rc2.ebuild dev-util/lldb/lldb-13.0.0.9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec5ce118d0ded99a4f353ce631858f0a5c407e83 X-VCS-Branch: master Date: Thu, 11 Mar 2021 14:08:38 +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: 61f3c3e5-8830-4404-9eaf-2bb1574d2258 X-Archives-Hash: fea9c5b9c9f4fd96a0d96641b0cd0efe commit: ec5ce118d0ded99a4f353ce631858f0a5c407e83 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 11 13:43:06 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 11 14:08:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5ce118 dev-util/lldb: Enable libedit by default Closes: https://bugs.gentoo.org/775440 Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-10.0.1.ebuild | 4 ++-- dev-util/lldb/lldb-11.0.0.ebuild | 4 ++-- dev-util/lldb/lldb-11.0.1.ebuild | 2 +- dev-util/lldb/lldb-11.1.0.ebuild | 2 +- dev-util/lldb/lldb-12.0.0.9999.ebuild | 2 +- dev-util/lldb/lldb-12.0.0_rc2.ebuild | 2 +- dev-util/lldb/lldb-13.0.0.9999.ebuild | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-util/lldb/lldb-10.0.1.ebuild b/dev-util/lldb/lldb-10.0.1.ebuild index 17ca48825a0..cfa0554e3d1 100644 --- a/dev-util/lldb/lldb-10.0.1.ebuild +++ b/dev-util/lldb/lldb-10.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="amd64 arm arm64 x86" -IUSE="libedit lzma ncurses +python test" +IUSE="+libedit lzma ncurses +python test" REQUIRED_USE=${PYTHON_REQUIRED_USE} RESTRICT="!test? ( test )" diff --git a/dev-util/lldb/lldb-11.0.0.ebuild b/dev-util/lldb/lldb-11.0.0.ebuild index 00101a06301..85a204ae19d 100644 --- a/dev-util/lldb/lldb-11.0.0.ebuild +++ b/dev-util/lldb/lldb-11.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="amd64 arm arm64 x86" -IUSE="libedit lzma ncurses +python test" +IUSE="+libedit lzma ncurses +python test" REQUIRED_USE=${PYTHON_REQUIRED_USE} RESTRICT="test" diff --git a/dev-util/lldb/lldb-11.0.1.ebuild b/dev-util/lldb/lldb-11.0.1.ebuild index 64749354423..0286a1fce5d 100644 --- a/dev-util/lldb/lldb-11.0.1.ebuild +++ b/dev-util/lldb/lldb-11.0.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="amd64 arm arm64 x86" -IUSE="libedit lzma ncurses +python test" +IUSE="+libedit lzma ncurses +python test" REQUIRED_USE=${PYTHON_REQUIRED_USE} RESTRICT="test" diff --git a/dev-util/lldb/lldb-11.1.0.ebuild b/dev-util/lldb/lldb-11.1.0.ebuild index 1159918d63b..88ffd4918a1 100644 --- a/dev-util/lldb/lldb-11.1.0.ebuild +++ b/dev-util/lldb/lldb-11.1.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="libedit lzma ncurses +python test" +IUSE="+libedit lzma ncurses +python test" REQUIRED_USE=${PYTHON_REQUIRED_USE} RESTRICT="test" diff --git a/dev-util/lldb/lldb-12.0.0.9999.ebuild b/dev-util/lldb/lldb-12.0.0.9999.ebuild index c5c517112be..283e64ba210 100644 --- a/dev-util/lldb/lldb-12.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-12.0.0.9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" -IUSE="libedit lzma ncurses +python test" +IUSE="+libedit lzma ncurses +python test" REQUIRED_USE=${PYTHON_REQUIRED_USE} RESTRICT="test" diff --git a/dev-util/lldb/lldb-12.0.0_rc2.ebuild b/dev-util/lldb/lldb-12.0.0_rc2.ebuild index c5c517112be..283e64ba210 100644 --- a/dev-util/lldb/lldb-12.0.0_rc2.ebuild +++ b/dev-util/lldb/lldb-12.0.0_rc2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" -IUSE="libedit lzma ncurses +python test" +IUSE="+libedit lzma ncurses +python test" REQUIRED_USE=${PYTHON_REQUIRED_USE} RESTRICT="test" diff --git a/dev-util/lldb/lldb-13.0.0.9999.ebuild b/dev-util/lldb/lldb-13.0.0.9999.ebuild index c5c517112be..283e64ba210 100644 --- a/dev-util/lldb/lldb-13.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-13.0.0.9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" -IUSE="libedit lzma ncurses +python test" +IUSE="+libedit lzma ncurses +python test" REQUIRED_USE=${PYTHON_REQUIRED_USE} RESTRICT="test"