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 D8886138334 for ; Fri, 31 Aug 2018 08:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B188BE0872; Fri, 31 Aug 2018 08:35:53 +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 8DF23E0872 for ; Fri, 31 Aug 2018 08:35:52 +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 1751A335CE7 for ; Fri, 31 Aug 2018 08:35:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D95B03C1 for ; Fri, 31 Aug 2018 08:35:48 +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: <1535704529.b62875d30a0cd0298332a78d60f58b3f0468f2d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b62875d30a0cd0298332a78d60f58b3f0468f2d9 X-VCS-Branch: master Date: Fri, 31 Aug 2018 08:35:48 +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-Archives-Salt: 37b3e9f1-d93a-42d8-9b08-ba0d3870d75b X-Archives-Hash: 9dcbb770a1a63faaa728884a8f013a94 commit: b62875d30a0cd0298332a78d60f58b3f0468f2d9 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 31 08:35:29 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 31 08:35:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62875d3 sys-devel/llvm: Add new doc-dep on recommonmark, in -9999 sys-devel/llvm/llvm-9999.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index ed5dd0b817a..196984744a5 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -59,7 +59,11 @@ DEPEND="${RDEPEND} =sys-devel/binutils-apple-5.1 ) - doc? ( dev-python/sphinx ) + doc? ( $(python_gen_any_dep ' + dev-python/recommonmark[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + ') ) + !doc? ( ${PYTHON_DEPS} ) gold? ( sys-libs/binutils-libs ) libffi? ( virtual/pkgconfig ) !!