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 922C115800A for ; Sat, 26 Aug 2023 11:19:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD0AB2BC141; Sat, 26 Aug 2023 11:19:55 +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 A4AB02BC141 for ; Sat, 26 Aug 2023 11:19:55 +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 B35EB340CDE for ; Sat, 26 Aug 2023 11:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B0ED1093 for ; Sat, 26 Aug 2023 11:19:53 +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: <1693048767.ab1632dd9675511af6be12f43db962d89834c093.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/neochat/neochat-23.08.0-r1.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ab1632dd9675511af6be12f43db962d89834c093 X-VCS-Branch: master Date: Sat, 26 Aug 2023 11:19:53 +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: 2f7e0860-7daf-4e9d-a6a0-a4326bf702bd X-Archives-Hash: 7a6bdaf056064fc0dd20a9f23eb89913 commit: ab1632dd9675511af6be12f43db962d89834c093 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 11:13:04 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 11:19:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1632dd net-im/neochat: Add missing runtime QML dependencies Upstream commits: f3a04635cf0b29a51b6abf331d601ea5e6a6de7e 5b4ae764cf036c4fc89e91821fde08e72e3d4dc2 7c75a2fd06d38c9a437528669c49d188c14c72e9 Closes: https://bugs.gentoo.org/913017 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/neochat-23.08.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/neochat/neochat-23.08.0-r1.ebuild b/net-im/neochat/neochat-23.08.0-r1.ebuild index bd6ac6543395..7b33ed1f6289 100644 --- a/net-im/neochat/neochat-23.08.0-r1.ebuild +++ b/net-im/neochat/neochat-23.08.0-r1.ebuild @@ -47,6 +47,7 @@ RDEPEND="${DEPEND} >=dev-qt/qtgraphicaleffects-${QTMIN}:5 >=dev-qt/qtlocation-${QTMIN}:5 >=dev-qt/qtmultimedia-${QTMIN}:5[qml] + >=dev-qt/qtpositioning-${QTMIN}:5[qml] >=kde-frameworks/kquickcharts-${KFMIN}:5 >=kde-frameworks/purpose-${KFMIN}:5 "