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 63BEF158089 for ; Sun, 10 Sep 2023 11:11:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A80AA2BC020; Sun, 10 Sep 2023 11:11:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8CDF42BC020 for ; Sun, 10 Sep 2023 11:11:44 +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 A1F12335CE3 for ; Sun, 10 Sep 2023 11:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C98BC1169 for ; Sun, 10 Sep 2023 11:11: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: <1694344262.18ac19a99435b6c460510817a500962394fce52f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 18ac19a99435b6c460510817a500962394fce52f X-VCS-Branch: master Date: Sun, 10 Sep 2023 11:11: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: 8cdb0f32-1227-49e4-b3a4-dea7aabd1a5d X-Archives-Hash: 16ab7232ef2a1a4399646f2f2c6e4e05 commit: 18ac19a99435b6c460510817a500962394fce52f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 10 10:30:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 10 11:11:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=18ac19a9 kde-plasma/plasma-desktop: Add missing BDEPEND=dev-util/wayland-scanner Thanks-to: Hanabishi Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild | 1 + kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild index 6a3b084256..067a5a2730 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild @@ -120,6 +120,7 @@ RDEPEND="${COMMON_DEPEND} screencast? ( >=kde-plasma/kpipewire-${PVCUT}:5 ) " BDEPEND=" + dev-util/wayland-scanner >=kde-frameworks/kcmutils-${KFMIN}:5 virtual/pkgconfig " diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 0e0d1cf30e..0839735669 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -120,6 +120,7 @@ RDEPEND="${COMMON_DEPEND} screencast? ( >=kde-plasma/kpipewire-${PVCUT}:5 ) " BDEPEND=" + dev-util/wayland-scanner >=kde-frameworks/kcmutils-${KFMIN}:5 virtual/pkgconfig "