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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B9B3158042 for ; Sun, 10 Nov 2024 19:30:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A075E085A; Sun, 10 Nov 2024 19:30:16 +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 1EDE6E085A for ; Sun, 10 Nov 2024 19:30:16 +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 38A9833BEFF for ; Sun, 10 Nov 2024 19:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98B6C197F for ; Sun, 10 Nov 2024 19:30:13 +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: <1731266023.bcf488a728e26beaccf704e7897fcf067e958387.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdeconnect/kdeconnect-9999.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bcf488a728e26beaccf704e7897fcf067e958387 X-VCS-Branch: master Date: Sun, 10 Nov 2024 19:30:13 +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: 7cafef97-0ad6-4772-bc19-afd032d97f6c X-Archives-Hash: d60c66fee16434fb57347aafcfbaacd6 commit: bcf488a728e26beaccf704e7897fcf067e958387 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 19:13:43 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 10 19:13:43 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bcf488a7 kde-misc/kdeconnect: Add new dependencies Upstream commits: 6cab88d2d4f36cc3ccd17990f5095d2f2e289aa8 c0036d2d9bc189cfb6631b5a11f2b0dd7b9c4545 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild index bdb9a2094e..57e075b344 100644 --- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild @@ -27,11 +27,11 @@ COMMON_DEPEND=" dev-libs/openssl:= >=dev-libs/wayland-1.15.0 >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] >=dev-qt/qtmultimedia-${QTMIN}:6 >=dev-qt/qtwayland-${QTMIN}:6 >=kde-frameworks/kcmutils-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6[qml] >=kde-frameworks/kconfigwidgets-${KFMIN}:6 >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/kcrash-${KFMIN}:6