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 A0A6E138351 for ; Sun, 9 Feb 2020 16:25:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50BAEE0817; Sun, 9 Feb 2020 16:25:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2506DE0817 for ; Sun, 9 Feb 2020 16:25:22 +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 A1B8F34E73F for ; Sun, 9 Feb 2020 16:25:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3027D126 for ; Sun, 9 Feb 2020 16:25:19 +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: <1581265303.12ea994e9abbfc7d8e2d65e138afc8c556309a9a.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.0.9999.ebuild dev-util/lldb/lldb-10.0.0_rc1.ebuild dev-util/lldb/lldb-11.0.0.9999.ebuild dev-util/lldb/lldb-7.1.0-r1.ebuild dev-util/lldb/lldb-7.1.0.ebuild dev-util/lldb/lldb-8.0.1-r1.ebuild dev-util/lldb/lldb-8.0.1.ebuild dev-util/lldb/lldb-9.0.1-r1.ebuild dev-util/lldb/lldb-9.0.1.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 12ea994e9abbfc7d8e2d65e138afc8c556309a9a X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:25:19 +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: 9d6af454-2368-4a3c-b7be-8fe7a448c7c2 X-Archives-Hash: f0932c4886f6b6977b76391daa3553af commit: 12ea994e9abbfc7d8e2d65e138afc8c556309a9a Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 13:14:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:21:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ea994e dev-util/lldb: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-10.0.0.9999.ebuild | 12 +++++++++--- dev-util/lldb/lldb-10.0.0_rc1.ebuild | 12 +++++++++--- dev-util/lldb/lldb-11.0.0.9999.ebuild | 12 +++++++++--- .../lldb/{lldb-7.1.0.ebuild => lldb-7.1.0-r1.ebuild} | 16 ++++++++++++---- .../lldb/{lldb-8.0.1.ebuild => lldb-8.0.1-r1.ebuild} | 16 ++++++++++++---- .../lldb/{lldb-9.0.1.ebuild => lldb-9.0.1-r1.ebuild} | 12 +++++++++--- 6 files changed, 60 insertions(+), 20 deletions(-) diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild index 332d07439b7..33100fdcdcc 100644 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild @@ -24,8 +24,12 @@ RDEPEND=" libedit? ( dev-libs/libedit:0= ) lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) - python? ( dev-python/six[${PYTHON_USEDEP}] - ${PYTHON_DEPS} ) + python? ( + $(python_gen_cond_dep ' + dev-python/six[${PYTHON_MULTI_USEDEP}] + ') + ${PYTHON_DEPS} + ) ~sys-devel/clang-${PV}[xml] ~sys-devel/llvm-${PV} !