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 A963715801B for ; Sun, 6 Aug 2023 10:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F41B72BC020; Sun, 6 Aug 2023 10:04:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DCCD72BC020 for ; Sun, 6 Aug 2023 10:04:53 +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 1B024340E6B for ; Sun, 6 Aug 2023 10:04:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D3F5F1C for ; Sun, 6 Aug 2023 10:04:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1691315790.adf95695665708f35cb7c64fd820dbaf61adf9b0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcron/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcron/kcron-9999.ebuild X-VCS-Directories: kde-apps/kcron/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: adf95695665708f35cb7c64fd820dbaf61adf9b0 X-VCS-Branch: master Date: Sun, 6 Aug 2023 10:04:50 +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: 59d0b713-b759-4482-a380-b63427205107 X-Archives-Hash: 831ed73bbd1f73a1597930d0a99b633c commit: adf95695665708f35cb7c64fd820dbaf61adf9b0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 6 09:56:30 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 6 09:56:30 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=adf95695 kde-apps/kcron: Add new dependency Upstream commit 8f705b1360646e7310cd4eda8422f8d101e48b65 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcron/kcron-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kcron/kcron-9999.ebuild b/kde-apps/kcron/kcron-9999.ebuild index 18f4fbc0ff..b87a43182c 100644 --- a/kde-apps/kcron/kcron-9999.ebuild +++ b/kde-apps/kcron/kcron-9999.ebuild @@ -21,6 +21,7 @@ DEPEND=" >=dev-qt/qtprintsupport-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/kauth-${KFMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5