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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AF5515808C for ; Mon, 7 Mar 2022 21:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A053E0895; Mon, 7 Mar 2022 21:21:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB2DAE089C for ; Mon, 7 Mar 2022 21:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA5DB34328B for ; Mon, 7 Mar 2022 21:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4614232F for ; Mon, 7 Mar 2022 21:21:11 +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: <1646669898.91a983eef5fd7850dd6eb8f2ec99621423aec607.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/nheko/nheko-0.9.1.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 91a983eef5fd7850dd6eb8f2ec99621423aec607 X-VCS-Branch: master Date: Mon, 7 Mar 2022 21:21:11 +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: 437c2f8c-9d1b-4e24-b53a-a389f71fee36 X-Archives-Hash: 3bfa1a79f5d61392c0245b9b77808f55 Message-ID: <20220307212111.5wPbL5Ty0rdznuBdQdlVi3ryixcYDuv53_wZNF4vHO0@z> commit: 91a983eef5fd7850dd6eb8f2ec99621423aec607 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon Mar 7 16:18:18 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Mon Mar 7 16:18:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91a983ee net-im/nheko: Fix mtxclient dependency dev-libs/mtxclient has no stable ABI. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-im/nheko/nheko-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/nheko/nheko-0.9.1.ebuild b/net-im/nheko/nheko-0.9.1.ebuild index 9142bfd4e..a15c65482 100644 --- a/net-im/nheko/nheko-0.9.1.ebuild +++ b/net-im/nheko/nheko-0.9.1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" app-text/cmark dev-cpp/qt-jdenticon >=dev-db/lmdb++-1.0.0 - >=dev-libs/mtxclient-0.6.1 + >=dev-libs/mtxclient-0.6.1:= >=dev-libs/qtkeychain-0.12.0 dev-libs/spdlog dev-qt/qtconcurrent:5