commit: 70ec61655780fe28e99c69265bef83ce653d003b
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri May 1 09:58:08 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May 1 09:58:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70ec6165
dev-cpp/usockets: make repoman happy
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-cpp/usockets/usockets-0.3.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-cpp/usockets/usockets-0.3.5.ebuild
b/dev-cpp/usockets/usockets-0.3.5.ebuild
index 5d5a20e..72133f1 100644
--- a/dev-cpp/usockets/usockets-0.3.5.ebuild
+++ b/dev-cpp/usockets/usockets-0.3.5.ebuild
@@ -28,10 +28,10 @@ DEPEND="openssl? (
libuv? ( dev-libs/libuv )
debug? (
|| (
- >=sys-devel/gcc-7.4.0[sanitize]
+ >=sys-devel/gcc-7.4.0:*[sanitize]
(
- sys-devel/clang-runtime[sanitize]
- sys-libs/compiler-rt-sanitizers[sanitize]
+ sys-devel/clang-runtime:*[sanitize]
+ sys-libs/compiler-rt-sanitizers:*[sanitize]
)
)
)