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 61C1A15939F for ; Sat, 13 Jul 2024 18:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86D9CE2B85; Sat, 13 Jul 2024 18:02:12 +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 68B13E2B85 for ; Sat, 13 Jul 2024 18:02:12 +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 39A63343067 for ; Sat, 13 Jul 2024 18:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F5D91E2A for ; Sat, 13 Jul 2024 18:02:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720893169.6597d916aabdc7157d54321fc8a92089a11ae537.sam@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.2.2.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6597d916aabdc7157d54321fc8a92089a11ae537 X-VCS-Branch: master Date: Sat, 13 Jul 2024 18:02:08 +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: f4910872-8990-4e9d-80e1-8d6464508555 X-Archives-Hash: 717afc5d053d090abb67b25c0218ba3d commit: 6597d916aabdc7157d54321fc8a92089a11ae537 Author: Sam James gentoo org> AuthorDate: Sat Jul 13 17:52:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 13 17:52:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6597d916 media-gfx/krita: restore subslot dep on libjxl Signed-off-by: Sam James gentoo.org> media-gfx/krita/krita-5.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/krita/krita-5.2.2.ebuild b/media-gfx/krita/krita-5.2.2.ebuild index c74e64e7e7ad..c6e7fd16fb3f 100644 --- a/media-gfx/krita/krita-5.2.2.ebuild +++ b/media-gfx/krita/krita-5.2.2.ebuild @@ -70,7 +70,7 @@ RDEPEND="${PYTHON_DEPS} gif? ( media-libs/giflib ) gsl? ( sci-libs/gsl:= ) jpeg2k? ( media-libs/openjpeg:= ) - jpegxl? ( >=media-libs/libjxl-0.7.0_pre20220825 ) + jpegxl? ( >=media-libs/libjxl-0.7.0_pre20220825:= ) heif? ( >=media-libs/libheif-1.11:=[x265] ) mypaint-brush-engine? ( media-libs/libmypaint:= ) openexr? ( media-libs/openexr:= )