sys-libs/libomp: Move CBUILD deps to BDEPEND
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Sep 2019 05:51:05 +0000 (07:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Sep 2019 05:51:05 +0000 (07:51 +0200)
Closes: https://bugs.gentoo.org/694582
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libomp/libomp-10.0.0.9999.ebuild
sys-libs/libomp/libomp-9.0.0.9999.ebuild

index d0f53bbe6e34537370c0a55582299aca83ba9d88..107506fa8c8a2827ae7ce9d5edd02748cfbcf775 100644 (file)
@@ -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}]')
index 1927e2fcf4636addb95088f88a3705c674786ebf..024defb5b3bea06886447e16c3c4e5487943313b 100644 (file)
@@ -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}]')