sys-devel/clang-runtime: Remove stale sys-freebsd/ deps
authorMichał Górny <mgorny@gentoo.org>
Wed, 6 May 2020 16:57:19 +0000 (18:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 6 May 2020 17:25:08 +0000 (19:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild

index 3b325d68acb66c61eeebf169941f89cf8d8204d4..e652b2f4a85b296335c354009d872ce9131e2d90 100644 (file)
@@ -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}] )"