mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
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:
@@ -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
|
||||
"
|
||||
|
||||
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user