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 D1526138334 for ; Tue, 17 Sep 2019 05:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 006EFE09EA; Tue, 17 Sep 2019 05:51:26 +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 AF6DBE09EA for ; Tue, 17 Sep 2019 05:51:25 +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 838A034B273 for ; Tue, 17 Sep 2019 05:51:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE54276A for ; Tue, 17 Sep 2019 05:51:22 +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: <1568699465.24fef54e59a70cf983fb6a3ecfcdbf61772e3792.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-10.0.0.9999.ebuild sys-libs/libomp/libomp-9.0.0.9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24fef54e59a70cf983fb6a3ecfcdbf61772e3792 X-VCS-Branch: master Date: Tue, 17 Sep 2019 05:51:22 +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: 5356172a-7599-4be7-a60f-1d9b6abd49ba X-Archives-Hash: 2cdf205ede4ea288f7eeda5704e1d15e commit: 24fef54e59a70cf983fb6a3ecfcdbf61772e3792 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 17 05:51:05 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 17 05:51:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fef54e sys-libs/libomp: Move CBUILD deps to BDEPEND Closes: https://bugs.gentoo.org/694582 Signed-off-by: Michał Górny gentoo.org> sys-libs/libomp/libomp-10.0.0.9999.ebuild | 4 ++-- sys-libs/libomp/libomp-9.0.0.9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-libs/libomp/libomp-10.0.0.9999.ebuild b/sys-libs/libomp/libomp-10.0.0.9999.ebuild index d0f53bbe6e3..107506fa8c8 100644 --- a/sys-libs/libomp/libomp-10.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-10.0.0.9999.ebuild @@ -35,8 +35,8 @@ RDEPEND=" # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) # - sys-devel/clang provides the compiler to run tests -DEPEND="${RDEPEND} - dev-lang/perl +DEPEND="${RDEPEND}" +BDEPEND="dev-lang/perl offload? ( virtual/pkgconfig[${MULTILIB_USEDEP}] ) test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') diff --git a/sys-libs/libomp/libomp-9.0.0.9999.ebuild b/sys-libs/libomp/libomp-9.0.0.9999.ebuild index 1927e2fcf46..024defb5b3b 100644 --- a/sys-libs/libomp/libomp-9.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-9.0.0.9999.ebuild @@ -36,8 +36,8 @@ RDEPEND=" # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) # - sys-devel/clang provides the compiler to run tests -DEPEND="${RDEPEND} - dev-lang/perl +DEPEND="${RDEPEND}" +BDEPEND="dev-lang/perl offload? ( virtual/pkgconfig[${MULTILIB_USEDEP}] ) test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')