summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-06 18:57:19 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-06 19:25:08 +0200
commit38dc4d5976d9b0c84d3555c62c02a70f80b52997 (patch)
treecc3555e9f9840b1c2d11495397b10faac6d0169e /sys-devel/clang-runtime
parentsys-auth/pam_ldap: Remove stale sys-freebsd/ deps (diff)
downloadgentoo-38dc4d5976d9b0c84d3555c62c02a70f80b52997.tar.gz
gentoo-38dc4d5976d9b0c84d3555c62c02a70f80b52997.tar.bz2
gentoo-38dc4d5976d9b0c84d3555c62c02a70f80b52997.zip
sys-devel/clang-runtime: Remove stale sys-freebsd/ deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r--sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild7
1 files changed, 2 insertions, 5 deletions
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}] )"