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 7C7B1158086 for ; Thu, 23 Dec 2021 11:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D83E12BC019; Thu, 23 Dec 2021 11:34:52 +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 A11052BC019 for ; Thu, 23 Dec 2021 11:34:51 +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 8B72B343062 for ; Thu, 23 Dec 2021 11:34:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E26C5253 for ; Thu, 23 Dec 2021 11:34:46 +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: <1640259227.d5ced80ce8345c0033a9e02c995ecc0fa8dbaa20.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: d5ced80ce8345c0033a9e02c995ecc0fa8dbaa20 X-VCS-Branch: master Date: Thu, 23 Dec 2021 11:34:46 +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: 495c25bd-2d79-480e-8141-15e0bdcdee17 X-Archives-Hash: 0e7cd980eb4bfdcf51b0f4079d601d39 commit: d5ced80ce8345c0033a9e02c995ecc0fa8dbaa20 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 30 17:52:35 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 23 11:33:47 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5ced80c media-gfx/krita: DEPEND on dev-python/PyQt5[declarative,gui,widgets] Thanks-to: YOSHIOKA Takuma hard-wi.red> Bug: https://bugs.gentoo.org/815157 Package-Manager: Portage-3.0.26, Repoman-3.0.3 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 a9408b90ff..f6f7c94470 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -30,7 +30,7 @@ RDEPEND="${PYTHON_DEPS} dev-libs/boost:= dev-libs/quazip:0= $(python_gen_cond_dep ' - dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/PyQt5[declarative,gui,widgets,${PYTHON_USEDEP}] dev-python/sip:=[${PYTHON_USEDEP}] ') >=dev-qt/qtconcurrent-${QTMIN}:5