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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D03F1582EF for ; Tue, 04 Mar 2025 21:24:08 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 71199340B57 for ; Tue, 04 Mar 2025 21:24:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6A33B1102D0; Tue, 04 Mar 2025 21:24:07 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 60E591102D0 for ; Tue, 04 Mar 2025 21:24:07 +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 D970B340B57 for ; Tue, 04 Mar 2025 21:24:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2127A12CA for ; Tue, 04 Mar 2025 21:24:05 +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: <1741123419.2875bc08d23ac0f320ce2564b893ce57521ddaaf.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/krita/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/krita/krita-9999.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2875bc08d23ac0f320ce2564b893ce57521ddaaf X-VCS-Branch: master Date: Tue, 04 Mar 2025 21:24:05 +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: c5aee6c6-a879-4c5b-a2a2-e87ad3899838 X-Archives-Hash: b8e472e2d2bdc0cda3181c0c68c677b4 commit: 2875bc08d23ac0f320ce2564b893ce57521ddaaf Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 4 21:23:39 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 4 21:23:39 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2875bc08 media-gfx/krita: dev-python/pyqt6[declarative -> qml] Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild index ea3ca8f733..672a20fc02 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/libunibreak:= >=dev-libs/quazip-1.3-r2:0=[qt6(+)] $(python_gen_cond_dep ' - dev-python/pyqt6[declarative,gui,widgets,${PYTHON_USEDEP}] + dev-python/pyqt6[gui,qml,widgets,${PYTHON_USEDEP}] dev-python/sip:=[${PYTHON_USEDEP}] ') >=dev-qt/qt5compat-${QTMIN}:6