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 2AE221382C5 for ; Sat, 10 Apr 2021 10:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8103EE0839; Sat, 10 Apr 2021 10:07:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 629DEE0839 for ; Sat, 10 Apr 2021 10:07:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 843A9340924 for ; Sat, 10 Apr 2021 10:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C67F646 for ; Sat, 10 Apr 2021 10:07:23 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617986110.3b913fd5b389640fd84fa371698fa112cc026450.andrewammerlaan@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.8.0.ebuild net-im/nheko/nheko-0.8.1.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3b913fd5b389640fd84fa371698fa112cc026450 X-VCS-Branch: master Date: Sat, 10 Apr 2021 10:07:23 +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: e5cd6def-ee9f-44da-888b-edb791638d9a X-Archives-Hash: 17ac08ebd0158fcb7b4ccd5df183973b commit: 3b913fd5b389640fd84fa371698fa112cc026450 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Apr 9 16:35:10 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 9 16:35:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b913fd5 net-im/nheko: Fix dependencies. dev-libs/tweeny and dev-db/lmdb++ are build-time dependencies. There are 2 incompatible repositories for lmdb++. The old one is and the new one is . <=net-im/nheko-0.8.1 needs the old one. dev-db/lmdb++-0.9.14.0 installs the old one. dev-db/lmdb++-1.0.0 installs the new one. >net-im/nheko-0.8.1 will need the new one. So the version pinning will go away in the ebuild for the next version. Closes: https://bugs.gentoo.org/781662 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-im/nheko/nheko-0.8.0.ebuild | 4 ++-- net-im/nheko/nheko-0.8.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/nheko/nheko-0.8.0.ebuild b/net-im/nheko/nheko-0.8.0.ebuild index ba84dfd69..1d9735f03 100644 --- a/net-im/nheko/nheko-0.8.0.ebuild +++ b/net-im/nheko/nheko-0.8.0.ebuild @@ -21,8 +21,6 @@ RDEPEND=" dev-qt/qtsvg:5 dev-qt/qtconcurrent:5 app-text/cmark - dev-libs/tweeny - dev-db/lmdb++ >=dev-libs/mtxclient-0.4.0 dev-cpp/nlohmann_json dev-libs/qtkeychain @@ -30,6 +28,8 @@ RDEPEND=" DEPEND=" ${RDEPEND} dev-libs/spdlog + dev-libs/tweeny +