Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/usockets/
Date: Fri, 01 May 2020 09:59:04
Message-Id: 1588327133.70ec61655780fe28e99c69265bef83ce653d003b.andrewammerlaan@gentoo
1 commit: 70ec61655780fe28e99c69265bef83ce653d003b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri May 1 09:58:08 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri May 1 09:58:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70ec6165
7
8 dev-cpp/usockets: make repoman happy
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-cpp/usockets/usockets-0.3.5.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-cpp/usockets/usockets-0.3.5.ebuild b/dev-cpp/usockets/usockets-0.3.5.ebuild
17 index 5d5a20e..72133f1 100644
18 --- a/dev-cpp/usockets/usockets-0.3.5.ebuild
19 +++ b/dev-cpp/usockets/usockets-0.3.5.ebuild
20 @@ -28,10 +28,10 @@ DEPEND="openssl? (
21 libuv? ( dev-libs/libuv )
22 debug? (
23 || (
24 - >=sys-devel/gcc-7.4.0[sanitize]
25 + >=sys-devel/gcc-7.4.0:*[sanitize]
26 (
27 - sys-devel/clang-runtime[sanitize]
28 - sys-libs/compiler-rt-sanitizers[sanitize]
29 + sys-devel/clang-runtime:*[sanitize]
30 + sys-libs/compiler-rt-sanitizers:*[sanitize]
31 )
32 )
33 )