dev-libs/mtxclient: Fix dev-libs/olm dependency

olm introduced enum OlmErrorCode, clashes with stable mtxclient.

<https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.5>
<https://matrix.to/#/%23nheko%3Anheko.im/%24QaqBIMitAeEeOET5jSbcrSoY9wMpJnKmRXvRf6fbYA8>

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-09-27 22:40:10 +02:00
parent d73444cc18
commit 5710f31a46
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/boost-1.70.0
dev-libs/olm
<dev-libs/olm-3.2.5
>=dev-libs/openssl-1.1.0
dev-cpp/nlohmann_json
"

View File

@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/boost-1.70.0
dev-libs/olm
<dev-libs/olm-3.2.5
>=dev-libs/openssl-1.1.0
dev-cpp/nlohmann_json
"