From: Michał Górny Date: Tue, 17 Sep 2019 05:51:05 +0000 (+0200) Subject: sys-libs/libomp: Move CBUILD deps to BDEPEND X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24fef54e59a70cf983fb6a3ecfcdbf61772e3792;p=gentoo.git sys-libs/libomp: Move CBUILD deps to BDEPEND Closes: https://bugs.gentoo.org/694582 Signed-off-by: Michał Górny --- 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}]')