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 6B5F015808A for ; Sat, 19 Jul 2025 15:33:48 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 22A56340D50 for ; Sat, 19 Jul 2025 15:33:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5422311055F; Sat, 19 Jul 2025 15:33:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 4F71211055F for ; Sat, 19 Jul 2025 15:33:45 +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 E44A9340BD3 for ; Sat, 19 Jul 2025 15:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DC6A3238 for ; Sat, 19 Jul 2025 15:33:43 +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: <1752939127.dd7c987205d2ce21bd2d6e26acd9b75eeb9547e8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kpublictransport/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kpublictransport/kpublictransport-9999.ebuild X-VCS-Directories: dev-libs/kpublictransport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dd7c987205d2ce21bd2d6e26acd9b75eeb9547e8 X-VCS-Branch: master Date: Sat, 19 Jul 2025 15:33:43 +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: f8f6ec68-f72a-4811-9919-68a9b146db12 X-Archives-Hash: c60ca0f2bd7e2131c6c3859b023d9eb4 commit: dd7c987205d2ce21bd2d6e26acd9b75eeb9547e8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 19 15:32:07 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 19 15:32:07 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd7c9872 dev-libs/kpublictransport: Add new dependencies Upstream commit 7a614b522d44152b2e01603fe886e2accf9a4783 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kpublictransport/kpublictransport-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/kpublictransport/kpublictransport-9999.ebuild b/dev-libs/kpublictransport/kpublictransport-9999.ebuild index ff65a6edce..82109ffd61 100644 --- a/dev-libs/kpublictransport/kpublictransport-9999.ebuild +++ b/dev-libs/kpublictransport/kpublictransport-9999.ebuild @@ -19,10 +19,12 @@ KEYWORDS="" IUSE="networkmanager" RDEPEND=" + >=dev-libs/kirigami-addons-1.6.0:6 dev-libs/protobuf:= >=dev-qt/qtbase-${QTMIN}:6[gui,network,ssl] >=dev-qt/qtdeclarative-${QTMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6 sys-libs/zlib networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 ) "