Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
Date: Mon, 27 Sep 2021 20:48:53
Message-Id: 1632775482.5710f31a46492b9d5572ee4795a1a4c3bcf6406c.tastytea@gentoo
1 commit: 5710f31a46492b9d5572ee4795a1a4c3bcf6406c
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Sep 27 20:40:10 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Sep 27 20:44:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5710f31a
7
8 dev-libs/mtxclient: Fix dev-libs/olm dependency
9
10 olm introduced enum OlmErrorCode, clashes with stable mtxclient.
11
12 <https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.5>
13 <https://matrix.to/#/%23nheko%3Anheko.im/%24QaqBIMitAeEeOET5jSbcrSoY9wMpJnKmRXvRf6fbYA8>
14
15 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
16
17 dev-libs/mtxclient/mtxclient-0.4.1.ebuild | 2 +-
18 dev-libs/mtxclient/mtxclient-0.5.1.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
22 index 43315c94d..1834d6696 100644
23 --- a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
24 +++ b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
25 @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
26
27 RDEPEND="
28 >=dev-libs/boost-1.70.0
29 - dev-libs/olm
30 + <dev-libs/olm-3.2.5
31 >=dev-libs/openssl-1.1.0
32 dev-cpp/nlohmann_json
33 "
34
35 diff --git a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
36 index 43315c94d..1834d6696 100644
37 --- a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
38 +++ b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
39 @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
40
41 RDEPEND="
42 >=dev-libs/boost-1.70.0
43 - dev-libs/olm
44 + <dev-libs/olm-3.2.5
45 >=dev-libs/openssl-1.1.0
46 dev-cpp/nlohmann_json
47 "