From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0DAE6158287 for ; Thu, 15 May 2025 22:14:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EF37C343892 for ; Thu, 15 May 2025 22:14:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 52C311103DA; Thu, 15 May 2025 22:14:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 47AA61103DA for ; Thu, 15 May 2025 22:14:22 +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 03C74343847 for ; Thu, 15 May 2025 22:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1563E19E5 for ; Thu, 15 May 2025 22:14:20 +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: <1747345482.44273114f1b9396c8e42ef5d4365ea4a170a4082.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 44273114f1b9396c8e42ef5d4365ea4a170a4082 X-VCS-Branch: master Date: Thu, 15 May 2025 22:14:20 +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: 70134aa6-e43c-48d9-a789-15141752d4de X-Archives-Hash: 0be70b2217c170ec5b1920b8f42b9fd6 commit: 44273114f1b9396c8e42ef5d4365ea4a170a4082 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 15 20:04:46 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 15 21:44:42 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=44273114 kde-plasma/plasma-workspace: Add new dependency Even if it is technically runtime only, build system choice says no. Upstream commits: a801fb06c9d34893d2109df5f789ca1b5f7cedd6 418b246d0bf7856e31ea21c1666749aa0e327105 Closes: https://bugs.gentoo.org/955868 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 83762f579f..6258bca205 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -28,6 +28,7 @@ COMMON_DEPEND=" >=dev-qt/qt5compat-${QTMIN}:6[qml] >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,libinput,network,opengl,sql,sqlite,widgets,xml] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] + >=dev-qt/qtlocation-${QTMIN}:6 >=dev-qt/qtpositioning-${QTMIN}:6 >=dev-qt/qtshadertools-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6