aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-05-01 11:58:08 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-05-01 11:58:53 +0200
commit70ec61655780fe28e99c69265bef83ce653d003b (patch)
tree9d352b23870351d5ecfc4ccf93f40b601137d90f
parentadd README and logo (diff)
downloadguru-70ec6165.tar.gz
guru-70ec6165.tar.bz2
guru-70ec6165.zip
dev-cpp/usockets: make repoman happy
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-cpp/usockets/usockets-0.3.5.ebuild6
1 files 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 5d5a20ee7b..72133f128c 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]
)
)
)