diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-06 18:57:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-06 19:25:09 +0200 |
commit | 974dbc0a8c11475ed9e760f9326583a94433d2fe (patch) | |
tree | 2761bccee672029e700bf88ceae56ab7f9a0d477 /sys-devel/llvm | |
parent | sys-devel/clang-runtime: Remove stale sys-freebsd/ deps (diff) | |
download | gentoo-974dbc0a8c11475ed9e760f9326583a94433d2fe.tar.gz gentoo-974dbc0a8c11475ed9e760f9326583a94433d2fe.tar.bz2 gentoo-974dbc0a8c11475ed9e760f9326583a94433d2fe.zip |
sys-devel/llvm: Remove stale sys-freebsd/ deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-8.0.1.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9.0.1.ebuild | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys-devel/llvm/llvm-8.0.1.ebuild b/sys-devel/llvm/llvm-8.0.1.ebuild index 9b844de0c502..c466aae71395 100644 --- a/sys-devel/llvm/llvm-8.0.1.ebuild +++ b/sys-devel/llvm/llvm-8.0.1.ebuild @@ -54,9 +54,6 @@ RDEPEND=" xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} dev-lang/perl - || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5 - ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) - ) kernel_Darwin? ( <sys-libs/libcxx-$(ver_cut 1-3).9999 >=sys-devel/binutils-apple-5.1 diff --git a/sys-devel/llvm/llvm-9.0.1.ebuild b/sys-devel/llvm/llvm-9.0.1.ebuild index 970b4af0dc1d..2f2553d82fba 100644 --- a/sys-devel/llvm/llvm-9.0.1.ebuild +++ b/sys-devel/llvm/llvm-9.0.1.ebuild @@ -54,9 +54,6 @@ DEPEND="${RDEPEND} gold? ( sys-libs/binutils-libs )" BDEPEND=" dev-lang/perl - || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5 - ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) - ) kernel_Darwin? ( <sys-libs/libcxx-$(ver_cut 1-3).9999 >=sys-devel/binutils-apple-5.1 |