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 02A1115806E for ; Fri, 26 May 2023 18:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1547FE0891; Fri, 26 May 2023 18:47:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E683DE0891 for ; Fri, 26 May 2023 18:47:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8FF8341011 for ; Fri, 26 May 2023 18:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2701A6C for ; Fri, 26 May 2023 18:47:42 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1685126855.e9011b6c2389a31f703ad6def5843f01137a50ff.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nextcloud-client/nextcloud-client-3.8.2-r1.ebuild net-misc/nextcloud-client/nextcloud-client-3.8.2.ebuild X-VCS-Directories: net-misc/nextcloud-client/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e9011b6c2389a31f703ad6def5843f01137a50ff X-VCS-Branch: master Date: Fri, 26 May 2023 18:47:42 +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: c5769aec-50f7-4cc6-9512-8a6834a2deb9 X-Archives-Hash: 83289a457232e92d24f11d00be11194a commit: e9011b6c2389a31f703ad6def5843f01137a50ff Author: Florian Schmaus gentoo org> AuthorDate: Fri May 26 18:45:54 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri May 26 18:47:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9011b6c net-misc/nextcloud-client: revert qtkeychain[keyring] dependency Turns out that qtkeychain supports multiple backends and it the root cause of bug #907201 was probably something else. Thanks to Andrei Slavoiu for pointing this out. Bug: https://bugs.gentoo.org/907201 Signed-off-by: Florian Schmaus gentoo.org> .../{nextcloud-client-3.8.2.ebuild => nextcloud-client-3.8.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/nextcloud-client/nextcloud-client-3.8.2.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.8.2-r1.ebuild similarity index 98% rename from net-misc/nextcloud-client/nextcloud-client-3.8.2.ebuild rename to net-misc/nextcloud-client/nextcloud-client-3.8.2-r1.ebuild index 36659819045f..78bd99d7580a 100644 --- a/net-misc/nextcloud-client/nextcloud-client-3.8.2.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-3.8.2-r1.ebuild @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-db/sqlite-3.34:3 >=dev-libs/openssl-1.1.0:0= - dev-libs/qtkeychain:=[keyring,qt5(+)] + dev-libs/qtkeychain:=[qt5(+)] dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5