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 10D1F158094 for ; Fri, 9 Sep 2022 16:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49624E0932; Fri, 9 Sep 2022 16:09:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 303BAE0932 for ; Fri, 9 Sep 2022 16:09: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 0E5DF3411C7 for ; Fri, 9 Sep 2022 16:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55ECF5D3 for ; Fri, 9 Sep 2022 16:09:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1662739759.ceca8a7c857f200204c2ec835d1ffd3b625a5397.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/krita/krita-5.0.8.ebuild media-gfx/krita/krita-5.1.0_rc1.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ceca8a7c857f200204c2ec835d1ffd3b625a5397 X-VCS-Branch: master Date: Fri, 9 Sep 2022 16:09:52 +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: 2af435ed-3fea-43ae-b460-0514c2321c48 X-Archives-Hash: 28547736fc3176806b1325b26d784648 commit: ceca8a7c857f200204c2ec835d1ffd3b625a5397 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Sep 9 16:02:36 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Sep 9 16:09:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceca8a7c media-gfx/krita: depend on quazip[qt5(+)] Signed-off-by: Andrew Ammerlaan gentoo.org> media-gfx/krita/krita-5.0.8.ebuild | 2 +- media-gfx/krita/krita-5.1.0_rc1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/krita/krita-5.0.8.ebuild b/media-gfx/krita/krita-5.0.8.ebuild index 4f7f33b41aa6..5d78d631d14f 100644 --- a/media-gfx/krita/krita-5.0.8.ebuild +++ b/media-gfx/krita/krita-5.0.8.ebuild @@ -28,7 +28,7 @@ RESTRICT="test" RDEPEND="${PYTHON_DEPS} dev-libs/boost:= - dev-libs/quazip:0= + dev-libs/quazip:0=[qt5(+)] $(python_gen_cond_dep ' dev-python/PyQt5[declarative,gui,widgets,${PYTHON_USEDEP}] dev-python/sip:=[${PYTHON_USEDEP}] diff --git a/media-gfx/krita/krita-5.1.0_rc1.ebuild b/media-gfx/krita/krita-5.1.0_rc1.ebuild index e3dc0050a7d7..a62441dfffb8 100644 --- a/media-gfx/krita/krita-5.1.0_rc1.ebuild +++ b/media-gfx/krita/krita-5.1.0_rc1.ebuild @@ -29,7 +29,7 @@ RESTRICT="test" RDEPEND="${PYTHON_DEPS} dev-libs/boost:= - dev-libs/quazip:0= + dev-libs/quazip:0=[qt5(+)] $(python_gen_cond_dep ' dev-python/PyQt5[declarative,gui,widgets,${PYTHON_USEDEP}] dev-python/sip:=[${PYTHON_USEDEP}]