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 00ECA15802F for ; Sat, 11 Mar 2023 11:36:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F81FE05C1; Sat, 11 Mar 2023 11:36:28 +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 1D957E05C1 for ; Sat, 11 Mar 2023 11:36:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BB0F335C9A for ; Sat, 11 Mar 2023 11:36:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98A808D6 for ; Sat, 11 Mar 2023 11:36:25 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1678534574.7adc76b76cacb1965d6394a4d0a78dd0b2194c17.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: kde-apps/tokodon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: kde-apps/tokodon/tokodon-23.02.0.ebuild X-VCS-Directories: kde-apps/tokodon/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7adc76b76cacb1965d6394a4d0a78dd0b2194c17 X-VCS-Branch: dev Date: Sat, 11 Mar 2023 11:36:25 +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: 2b9a079a-0459-4b08-8f35-97af12474ffc X-Archives-Hash: dbc87660ea761fa365af5ac69805ec57 commit: 7adc76b76cacb1965d6394a4d0a78dd0b2194c17 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Mar 11 11:36:14 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Mar 11 11:36:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7adc76b7 kde-apps/tokodon: add missing dep Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> kde-apps/tokodon/tokodon-23.02.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/tokodon/tokodon-23.02.0.ebuild b/kde-apps/tokodon/tokodon-23.02.0.ebuild index d33eb53a8..7790323f8 100644 --- a/kde-apps/tokodon/tokodon-23.02.0.ebuild +++ b/kde-apps/tokodon/tokodon-23.02.0.ebuild @@ -28,6 +28,7 @@ DEPEND=" >=dev-qt/qtwebsockets-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/kdbusaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5