From: Michał Górny Date: Tue, 17 Sep 2019 21:00:22 +0000 (+0200) Subject: sys-libs/libcxx: Use BDEPEND semi-properly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65a07b2a08a6d2635e6ba5cd141aad586455fb86;p=gentoo.git sys-libs/libcxx: Use BDEPEND semi-properly Signed-off-by: Michał Górny --- diff --git a/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild index e1be8141143b..04b405e517ea 100644 --- a/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild @@ -46,10 +46,10 @@ RDEPEND=" # clang-3.9.0 installs necessary target symlinks unconditionally # which removes the need for MULTILIB_USEDEP DEPEND="${RDEPEND} - test? ( >=sys-devel/clang-3.9.0 - $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) - app-arch/xz-utils >=sys-devel/llvm-6" +BDEPEND=" + test? ( >=sys-devel/clang-3.9.0 + $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )" DOCS=( CREDITS.TXT ) diff --git a/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild index 4240c6da3356..2b9a0e1433d5 100644 --- a/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild @@ -47,10 +47,10 @@ RDEPEND=" # clang-3.9.0 installs necessary target symlinks unconditionally # which removes the need for MULTILIB_USEDEP DEPEND="${RDEPEND} - test? ( >=sys-devel/clang-3.9.0 - $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) - app-arch/xz-utils >=sys-devel/llvm-6" +BDEPEND=" + test? ( >=sys-devel/clang-3.9.0 + $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )" DOCS=( CREDITS.TXT )