commit: e9011b6c2389a31f703ad6def5843f01137a50ff Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri May 26 18:45:54 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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
