From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48218158017 for ; Mon, 27 Sep 2021 20:48:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F807E09C9; Mon, 27 Sep 2021 20:48:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60C27E09C9 for ; Mon, 27 Sep 2021 20:48:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38B71342B44 for ; Mon, 27 Sep 2021 20:48:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7ED8A3 for ; Mon, 27 Sep 2021 20:48:49 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1632775482.5710f31a46492b9d5572ee4795a1a4c3bcf6406c.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/mtxclient/mtxclient-0.4.1.ebuild dev-libs/mtxclient/mtxclient-0.5.1.ebuild X-VCS-Directories: dev-libs/mtxclient/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 5710f31a46492b9d5572ee4795a1a4c3bcf6406c X-VCS-Branch: dev Date: Mon, 27 Sep 2021 20:48:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08185a06-01e7-4330-94c7-90d40fd5a72d X-Archives-Hash: ac0286383cd5941e15ec76199d19a176 commit: 5710f31a46492b9d5572ee4795a1a4c3bcf6406c Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon Sep 27 20:40:10 2021 +0000 Commit: Ronny Gutbrod tastytea 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. Signed-off-by: Ronny (tastytea) Gutbrod 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/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/openssl-1.1.0 dev-cpp/nlohmann_json "