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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4951158009 for ; Fri, 30 Jun 2023 16:52:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15685E0788; Fri, 30 Jun 2023 16:52:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1FBEE0788 for ; Fri, 30 Jun 2023 16:52:42 +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 14705340C9C for ; Fri, 30 Jun 2023 16:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342FD51F for ; Fri, 30 Jun 2023 16:52:40 +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: <1688143938.58fae3ffea5dc59a551f24f866402391e98ff7d1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-welcome/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-welcome/plasma-welcome-5.27.49.9999.ebuild kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild X-VCS-Directories: kde-plasma/plasma-welcome/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 58fae3ffea5dc59a551f24f866402391e98ff7d1 X-VCS-Branch: master Date: Fri, 30 Jun 2023 16:52:40 +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: cde89b58-293d-4ad4-8d05-f47e36da22d0 X-Archives-Hash: 53ba22473c85ac4d3d29461b66cdedf4 commit: 58fae3ffea5dc59a551f24f866402391e98ff7d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 30 16:52:18 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 30 16:52:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58fae3ff kde-plasma/plasma-welcome: Add missing dependency Bug: https://bugs.gentoo.org/909386 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-welcome/plasma-welcome-5.27.49.9999.ebuild | 1 + kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/plasma-welcome/plasma-welcome-5.27.49.9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-5.27.49.9999.ebuild index 83592ff8cf..84957d4665 100644 --- a/kde-plasma/plasma-welcome/plasma-welcome-5.27.49.9999.ebuild +++ b/kde-plasma/plasma-welcome/plasma-welcome-5.27.49.9999.ebuild @@ -32,6 +32,7 @@ DEPEND=" >=kde-frameworks/knotifications-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/plasma-${KFMIN}:5 kaccounts? ( kde-apps/kaccounts-integration:5 ) telemetry? ( dev-libs/kuserfeedback:5 ) " diff --git a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild index 8666ac5fcc..7d300e11a3 100644 --- a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild +++ b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild @@ -32,6 +32,7 @@ DEPEND=" >=kde-frameworks/knotifications-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/plasma-${KFMIN}:5 kaccounts? ( kde-apps/kaccounts-integration:5 ) telemetry? ( dev-libs/kuserfeedback:5 ) "