commit: 5710f31a46492b9d5572ee4795a1a4c3bcf6406c Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Mon Sep 27 20:40:10 2021 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Mon Sep 27 20:44:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5710f31a
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 <AT> tastytea.de> dev-libs/mtxclient/mtxclient-0.4.1.ebuild | 2 +- dev-libs/mtxclient/mtxclient-0.5.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild index 43315c94d..1834d6696 100644 --- a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild +++ b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild @@ -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 " diff --git a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild index 43315c94d..1834d6696 100644 --- a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild +++ b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild @@ -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 "
