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 0FFFB138335 for ; Tue, 17 Sep 2019 21:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE339E08F3; Tue, 17 Sep 2019 21:01:03 +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 B258DE0907 for ; Tue, 17 Sep 2019 21:01:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5CF6934B2AF for ; Tue, 17 Sep 2019 21:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 319007F5 for ; Tue, 17 Sep 2019 21:01:00 +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: <1568754048.df7a763480435b0db3aa935a17c5d5fc0eedbca2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-10.0.0.9999.ebuild sys-devel/clang/clang-9.0.0.9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: df7a763480435b0db3aa935a17c5d5fc0eedbca2 X-VCS-Branch: master Date: Tue, 17 Sep 2019 21:01:00 +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: bb2a9fad-fa9b-4801-816c-fe9e0f49e44b X-Archives-Hash: f45632cdbd45b9c6023f19642db36087 commit: df7a763480435b0db3aa935a17c5d5fc0eedbca2 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 17 21:00:14 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 17 21:00:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7a7634 sys-devel/clang: Use BDEPEND semi-properly Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-10.0.0.9999.ebuild | 3 ++- sys-devel/clang/clang-9.0.0.9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-devel/clang/clang-10.0.0.9999.ebuild b/sys-devel/clang/clang-10.0.0.9999.ebuild index 423e55170bf..54f0479ac53 100644 --- a/sys-devel/clang/clang-10.0.0.9999.ebuild +++ b/sys-devel/clang/clang-10.0.0.9999.ebuild @@ -40,8 +40,9 @@ RDEPEND=" static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) ${PYTHON_DEPS}" +DEPEND="${RDEPEND}" # configparser-3.2 breaks the build (3.3 or none at all are fine) -DEPEND="${RDEPEND} +BDEPEND=" doc? ( dev-python/sphinx ) xml? ( virtual/pkgconfig ) !!