Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
Date: Wed, 06 May 2020 17:25:33
Message-Id: 1588785908.38dc4d5976d9b0c84d3555c62c02a70f80b52997.mgorny@gentoo
1 commit: 38dc4d5976d9b0c84d3555c62c02a70f80b52997
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:57:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 17:25:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dc4d59
7
8 sys-devel/clang-runtime: Remove stale sys-freebsd/ deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild
16 index 3b325d68acb..e652b2f4a85 100644
17 --- a/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild
18 +++ b/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -20,10 +20,7 @@ RDEPEND="
26 sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
27 )
28 crt? (
29 - || (
30 - sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
31 - sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
32 - )
33 + sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
34 )
35 libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
36 openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"