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 20C7815817D for ; Sun, 23 Jun 2024 11:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D3DE2AA7; Sun, 23 Jun 2024 11:22:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DAC26E2AA7 for ; Sun, 23 Jun 2024 11:22:19 +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 0F426335D21 for ; Sun, 23 Jun 2024 11:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21BAF1C65 for ; Sun, 23 Jun 2024 11:22:17 +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: <1719141693.3b6a7cc303c71fbde845f9640568c6694bd43a90.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-6.1.49.9999.ebuild kde-plasma/plasma-integration/plasma-integration-9999.ebuild X-VCS-Directories: kde-plasma/plasma-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3b6a7cc303c71fbde845f9640568c6694bd43a90 X-VCS-Branch: master Date: Sun, 23 Jun 2024 11:22:17 +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: 05ab9c59-9b98-474c-8d7c-41dee5ec4deb X-Archives-Hash: 506e19c48308cefd7ffe0c97aadce0ce commit: 3b6a7cc303c71fbde845f9640568c6694bd43a90 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 23 11:20:10 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 23 11:21:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b6a7cc3 kde-plasma/plasma-integration: Add missing dependency for IUSE=qt5 Bug: https://bugs.gentoo.org/934734 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild | 1 + kde-plasma/plasma-integration/plasma-integration-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild index 55df474ab6..a5b010f692 100644 --- a/kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-6.1.49.9999.ebuild @@ -60,6 +60,7 @@ COMMON_DEPEND=" >=kde-frameworks/knotifications-${KF5MIN}:5 >=kde-frameworks/kwindowsystem-${KF5MIN}:5 >=kde-frameworks/kxmlgui-${KF5MIN}:5 + >=kde-plasma/kwayland-${KF5MIN}:5 ) " DEPEND="${COMMON_DEPEND} diff --git a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild index 0ee871317c..0a2509f952 100644 --- a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild @@ -60,6 +60,7 @@ COMMON_DEPEND=" >=kde-frameworks/knotifications-${KF5MIN}:5 >=kde-frameworks/kwindowsystem-${KF5MIN}:5 >=kde-frameworks/kxmlgui-${KF5MIN}:5 + >=kde-plasma/kwayland-${KF5MIN}:5 ) " DEPEND="${COMMON_DEPEND}