Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/
Date: Wed, 26 Feb 2020 16:17:53
Message-Id: 1582733843.b3a04d29b1e1f97fb39b41d24d1406d793cd160c.juippis@gentoo
1 commit: b3a04d29b1e1f97fb39b41d24d1406d793cd160c
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 15:48:55 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 16:17:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a04d29
7
8 net-misc/zerotier: remove subslot binder from clang, not needed
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-misc/zerotier/zerotier-1.4.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/zerotier/zerotier-1.4.6.ebuild b/net-misc/zerotier/zerotier-1.4.6.ebuild
16 index f2553f6fc19..49c7f7ed5ff 100644
17 --- a/net-misc/zerotier/zerotier-1.4.6.ebuild
18 +++ b/net-misc/zerotier/zerotier-1.4.6.ebuild
19 @@ -20,7 +20,7 @@ RDEPEND="
20 dev-libs/json-glib
21 net-libs/libnatpmp
22 net-libs/miniupnpc:=
23 - clang? ( >=sys-devel/clang-6:= )"
24 + clang? ( >=sys-devel/clang-6:* )"
25
26 DEPEND="${RDEPEND}"