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 D88A71381F3 for ; Sun, 29 Nov 2020 08:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30FECE0871; Sun, 29 Nov 2020 08:59:37 +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 1852BE0871 for ; Sun, 29 Nov 2020 08:59:37 +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 10BEB3414BF for ; Sun, 29 Nov 2020 08:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26456478 for ; Sun, 29 Nov 2020 08:59:33 +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: <1606640334.02f2de40dd71c4991832d06e64b9ea358c14e7f5.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-11.0.0.9999.ebuild dev-util/lldb/lldb-12.0.0.9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 02f2de40dd71c4991832d06e64b9ea358c14e7f5 X-VCS-Branch: master Date: Sun, 29 Nov 2020 08:59:33 +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: a48e5d16-ca8d-4b75-b795-43ffff7bbd8c X-Archives-Hash: 968e70fd2841ed28d51a3d68b03f29d2 commit: 02f2de40dd71c4991832d06e64b9ea358c14e7f5 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 29 08:55:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 29 08:58:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f2de40 dev-util/lldb: Delay llvm.org_set_globals after vars Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-11.0.0.9999.ebuild | 10 ++++++---- dev-util/lldb/lldb-12.0.0.9999.ebuild | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/dev-util/lldb/lldb-11.0.0.9999.ebuild b/dev-util/lldb/lldb-11.0.0.9999.ebuild index f16add65dbf..e3f6cc1ae82 100644 --- a/dev-util/lldb/lldb-11.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-11.0.0.9999.ebuild @@ -8,9 +8,6 @@ inherit cmake llvm llvm.org python-single-r1 toolchain-funcs DESCRIPTION="The LLVM debugger" HOMEPAGE="https://llvm.org/" -LLVM_COMPONENTS=( lldb ) -LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/unittest ) -llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -40,9 +37,14 @@ BDEPEND=" $(python_gen_cond_dep " ~dev-python/lit-${PV}[\${PYTHON_MULTI_USEDEP}] ") - sys-devel/lld ) + sys-devel/lld + ) ${PYTHON_DEPS}" +LLVM_COMPONENTS=( lldb ) +LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/unittest ) +llvm.org_set_globals + pkg_setup() { LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup python-single-r1_pkg_setup diff --git a/dev-util/lldb/lldb-12.0.0.9999.ebuild b/dev-util/lldb/lldb-12.0.0.9999.ebuild index 9e83aa0a249..bcf3d783cb7 100644 --- a/dev-util/lldb/lldb-12.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-12.0.0.9999.ebuild @@ -8,9 +8,6 @@ inherit cmake llvm llvm.org python-single-r1 toolchain-funcs DESCRIPTION="The LLVM debugger" HOMEPAGE="https://llvm.org/" -LLVM_COMPONENTS=( lldb ) -LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/unittest ) -llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -40,9 +37,14 @@ BDEPEND=" $(python_gen_cond_dep " ~dev-python/lit-${PV}[\${PYTHON_MULTI_USEDEP}] ") - sys-devel/lld ) + sys-devel/lld + ) ${PYTHON_DEPS}" +LLVM_COMPONENTS=( lldb ) +LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/unittest ) +llvm.org_set_globals + pkg_setup() { LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup python-single-r1_pkg_setup