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 496B615800F for ; Wed, 1 Feb 2023 21:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91592E0A7C; Wed, 1 Feb 2023 21:46:21 +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 78DC2E0A7C for ; Wed, 1 Feb 2023 21:46: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F04D335D4C for ; Wed, 1 Feb 2023 21:46:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C602531 for ; Wed, 1 Feb 2023 21:46:19 +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: <1675287949.262525a9e8bf4a2cfac86182867f13a0c73c988c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libkscreen/libkscreen-5.27.49.9999.ebuild kde-plasma/libkscreen/libkscreen-9999.ebuild X-VCS-Directories: kde-plasma/libkscreen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 262525a9e8bf4a2cfac86182867f13a0c73c988c X-VCS-Branch: master Date: Wed, 1 Feb 2023 21:46:19 +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: f70781e9-2ca6-4a0b-9d35-6434193f7513 X-Archives-Hash: 6330a50b64b334e1cec93f53ecec8e8c commit: 262525a9e8bf4a2cfac86182867f13a0c73c988c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 1 21:45:49 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 1 21:45:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=262525a9 kde-plasma/libkscreen: Add missing dev-qt/linguist-tools:5 BDEPEND Bug: https://bugs.gentoo.org/892842 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libkscreen/libkscreen-5.27.49.9999.ebuild | 1 + kde-plasma/libkscreen/libkscreen-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/libkscreen/libkscreen-5.27.49.9999.ebuild b/kde-plasma/libkscreen/libkscreen-5.27.49.9999.ebuild index a87b5b3bd2..f3edf7ce2d 100644 --- a/kde-plasma/libkscreen/libkscreen-5.27.49.9999.ebuild +++ b/kde-plasma/libkscreen/libkscreen-5.27.49.9999.ebuild @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} >=dev-libs/plasma-wayland-protocols-1.10.0 " BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 >=dev-qt/qtwaylandscanner-${QTMIN}:5 dev-util/wayland-scanner " diff --git a/kde-plasma/libkscreen/libkscreen-9999.ebuild b/kde-plasma/libkscreen/libkscreen-9999.ebuild index a87b5b3bd2..f3edf7ce2d 100644 --- a/kde-plasma/libkscreen/libkscreen-9999.ebuild +++ b/kde-plasma/libkscreen/libkscreen-9999.ebuild @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} >=dev-libs/plasma-wayland-protocols-1.10.0 " BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 >=dev-qt/qtwaylandscanner-${QTMIN}:5 dev-util/wayland-scanner "