summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-17 07:51:05 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-17 07:51:05 +0200
commit24fef54e59a70cf983fb6a3ecfcdbf61772e3792 (patch)
tree0c067af4cb459b701b6b48e97fa8c7f7b74a3440 /sys-libs/libomp
parentpackage.mask: Last rite net-mail/mailsync (diff)
downloadgentoo-24fef54e59a70cf983fb6a3ecfcdbf61772e3792.tar.gz
gentoo-24fef54e59a70cf983fb6a3ecfcdbf61772e3792.tar.bz2
gentoo-24fef54e59a70cf983fb6a3ecfcdbf61772e3792.zip
sys-libs/libomp: Move CBUILD deps to BDEPEND
Closes: https://bugs.gentoo.org/694582 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r--sys-libs/libomp/libomp-10.0.0.9999.ebuild4
-rw-r--r--sys-libs/libomp/libomp-9.0.0.9999.ebuild4
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 d0f53bbe6e34..107506fa8c8a 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 1927e2fcf463..024defb5b3be 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}]')