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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 756E513933E for ; Thu, 22 Jul 2021 20:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE4CDE09E0; Thu, 22 Jul 2021 20:00:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B87A3E09E0 for ; Thu, 22 Jul 2021 20:00:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D872F342AE4 for ; Thu, 22 Jul 2021 20:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E212823 for ; Thu, 22 Jul 2021 20:00:34 +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: <1626984021.2f62f6686943741a6b9bc90321a26e45adab1b91.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: 2f62f6686943741a6b9bc90321a26e45adab1b91 X-VCS-Branch: master Date: Thu, 22 Jul 2021 20:00:34 +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: 470f114b-d0b6-4e3b-bf2b-d3de75c24675 X-Archives-Hash: a6324880ab695f37f5a165c938136a9c commit: 2f62f6686943741a6b9bc90321a26e45adab1b91 Author: Bernd Waibel posteo net> AuthorDate: Wed Jul 21 16:00:39 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 22 20:00:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f62f668 media-gfx/krita: add slot operator for openexr - restrict to posteo.net> Signed-off-by: Marek Szuba gentoo.org> 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 fa5f499b8d..45421223e1 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -76,7 +76,7 @@ RDEPEND="${PYTHON_DEPS} mypaint-brush-engine? ( media-libs/libmypaint:= ) openexr? ( media-libs/ilmbase:= - media-libs/openexr + =dev-qt/qtmultimedia-${QTMIN}:5 )