From: Michał Górny Date: Wed, 6 May 2020 16:57:19 +0000 (+0200) Subject: sys-devel/clang-runtime: Remove stale sys-freebsd/ deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38dc4d5976d9b0c84d3555c62c02a70f80b52997;p=gentoo.git sys-devel/clang-runtime: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny --- diff --git a/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild index 3b325d68acb6..e652b2f4a85b 100644 --- a/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,10 +20,7 @@ RDEPEND=" sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) ) crt? ( - || ( - sys-libs/netbsd-csu[${MULTILIB_USEDEP}] - sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] - ) + sys-libs/netbsd-csu[${MULTILIB_USEDEP}] ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"