Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
Date: Tue, 17 Sep 2019 05:51:26
Message-Id: 1568699465.24fef54e59a70cf983fb6a3ecfcdbf61772e3792.mgorny@gentoo
1 commit: 24fef54e59a70cf983fb6a3ecfcdbf61772e3792
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 05:51:05 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 05:51:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fef54e
7
8 sys-libs/libomp: Move CBUILD deps to BDEPEND
9
10 Closes: https://bugs.gentoo.org/694582
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-libs/libomp/libomp-10.0.0.9999.ebuild | 4 ++--
14 sys-libs/libomp/libomp-9.0.0.9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-libs/libomp/libomp-10.0.0.9999.ebuild b/sys-libs/libomp/libomp-10.0.0.9999.ebuild
18 index d0f53bbe6e3..107506fa8c8 100644
19 --- a/sys-libs/libomp/libomp-10.0.0.9999.ebuild
20 +++ b/sys-libs/libomp/libomp-10.0.0.9999.ebuild
21 @@ -35,8 +35,8 @@ RDEPEND="
22 # - dev-python/lit provides the test runner
23 # - sys-devel/llvm provide test utils (e.g. FileCheck)
24 # - sys-devel/clang provides the compiler to run tests
25 -DEPEND="${RDEPEND}
26 - dev-lang/perl
27 +DEPEND="${RDEPEND}"
28 +BDEPEND="dev-lang/perl
29 offload? ( virtual/pkgconfig[${MULTILIB_USEDEP}] )
30 test? (
31 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
32
33 diff --git a/sys-libs/libomp/libomp-9.0.0.9999.ebuild b/sys-libs/libomp/libomp-9.0.0.9999.ebuild
34 index 1927e2fcf46..024defb5b3b 100644
35 --- a/sys-libs/libomp/libomp-9.0.0.9999.ebuild
36 +++ b/sys-libs/libomp/libomp-9.0.0.9999.ebuild
37 @@ -36,8 +36,8 @@ RDEPEND="
38 # - dev-python/lit provides the test runner
39 # - sys-devel/llvm provide test utils (e.g. FileCheck)
40 # - sys-devel/clang provides the compiler to run tests
41 -DEPEND="${RDEPEND}
42 - dev-lang/perl
43 +DEPEND="${RDEPEND}"
44 +BDEPEND="dev-lang/perl
45 offload? ( virtual/pkgconfig[${MULTILIB_USEDEP}] )
46 test? (
47 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')