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 242D615A7D9 for ; Tue, 14 Mar 2023 10:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E9CEE07C5; Tue, 14 Mar 2023 10:08:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EE9CBE07C5 for ; Tue, 14 Mar 2023 10:08:56 +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 D3AE43433A9 for ; Tue, 14 Mar 2023 10:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 508518B5 for ; Tue, 14 Mar 2023 10:08:54 +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: <1678788455.d7277d9334a2b189a07151b18503bc8073bc6d33.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-integration/plasma-integration-5.27.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d7277d9334a2b189a07151b18503bc8073bc6d33 X-VCS-Branch: master Date: Tue, 14 Mar 2023 10:08:54 +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: 8dd7a3fb-00e6-40bc-9b3b-fe8a7877070f X-Archives-Hash: 4c78bcbbbcb9e6ae865be198c8c78751 commit: d7277d9334a2b189a07151b18503bc8073bc6d33 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 14 10:07:35 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 14 10:07:35 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7277d93 kde-plasma/plasma-integration: Drop obsolete dependencies Upstream commit 1ca959de772e949ca8ab55ed41827ea796be1da8 KDE-bug: https://bugs.kde.org/show_bug.cgi?id=460741 KDE-bug: https://bugs.kde.org/show_bug.cgi?id=460985 Closes: https://bugs.gentoo.org/900911 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-integration/plasma-integration-5.27.49.9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.49.9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.49.9999.ebuild index f6a355fc85..a8fe17c042 100644 --- a/kde-plasma/plasma-integration/plasma-integration-5.27.49.9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-5.27.49.9999.ebuild @@ -36,7 +36,6 @@ COMMON_DEPEND=" >=kde-frameworks/kio-${KFMIN}:5 >=kde-frameworks/kjobwidgets-${KFMIN}:5 >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kwayland-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 @@ -48,10 +47,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/plasma-wayland-protocols-1.6.0 " RDEPEND="${COMMON_DEPEND} - >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}:5 media-fonts/hack media-fonts/noto " -BDEPEND=" - >=dev-qt/qtwaylandscanner-${QTMIN}:5 -" +BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"