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 DFD34158009 for ; Fri, 30 Jun 2023 17:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 304F8E0A7E; Fri, 30 Jun 2023 17:03:21 +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 1A088E0A7E for ; Fri, 30 Jun 2023 17:03:21 +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 457FA335DCA for ; Fri, 30 Jun 2023 17:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D23C7A6A for ; Fri, 30 Jun 2023 17:03:18 +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: <1688144578.338afc19ef7bb7b8a5fbb522ef2c7844b56bcb4d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-welcome/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-welcome/plasma-welcome-5.27.6-r1.ebuild kde-plasma/plasma-welcome/plasma-welcome-5.27.6.ebuild X-VCS-Directories: kde-plasma/plasma-welcome/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 338afc19ef7bb7b8a5fbb522ef2c7844b56bcb4d X-VCS-Branch: master Date: Fri, 30 Jun 2023 17:03:18 +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: b19f9356-6b44-42d6-ba65-8fbbe1482d6a X-Archives-Hash: 131b78b9a87f046e095bba06713491f2 commit: 338afc19ef7bb7b8a5fbb522ef2c7844b56bcb4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 30 16:52:18 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 30 17:02:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338afc19 kde-plasma/plasma-welcome: Add missing dependency Closes: https://bugs.gentoo.org/909386 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{plasma-welcome-5.27.6.ebuild => plasma-welcome-5.27.6-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-welcome/plasma-welcome-5.27.6.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-5.27.6-r1.ebuild similarity index 97% rename from kde-plasma/plasma-welcome/plasma-welcome-5.27.6.ebuild rename to kde-plasma/plasma-welcome/plasma-welcome-5.27.6-r1.ebuild index 657c9e16a81b..e61d70604e59 100644 --- a/kde-plasma/plasma-welcome/plasma-welcome-5.27.6.ebuild +++ b/kde-plasma/plasma-welcome/plasma-welcome-5.27.6-r1.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 ) "