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 0E829158086 for ; Wed, 5 Jan 2022 17:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8B082BC059; Wed, 5 Jan 2022 17:14:16 +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 9D79C2BC059 for ; Wed, 5 Jan 2022 17:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8EE2C3432BB for ; Wed, 5 Jan 2022 17:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31CB5D0 for ; Wed, 5 Jan 2022 17:14:12 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1641401517.8178791735680be7aeea151273506141835f7750.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-jpegxl-image-plugin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild X-VCS-Directories: media-plugins/qt-jpegxl-image-plugin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8178791735680be7aeea151273506141835f7750 X-VCS-Branch: master Date: Wed, 5 Jan 2022 17:14:12 +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: ff9a6442-a253-4469-a483-311716959090 X-Archives-Hash: 4d3817e43b2c579efb6e959c63ef87a9 commit: 8178791735680be7aeea151273506141835f7750 Author: Daniel Novomesky gmail com> AuthorDate: Wed Jan 5 16:51:57 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jan 5 16:51:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81787917 media-plugins/qt-jpegxl-image-plugin: bump extra-cmake-modules dependency Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Daniel Novomesky gmail.com> .../qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild b/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild index 33fd82e2d..7f31141b4 100644 --- a/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild +++ b/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -19,6 +19,6 @@ DEPEND=">=dev-qt/qtgui-5.14.0:5 >=media-libs/libjxl-0.6.1 " -BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5" +BDEPEND=">=kde-frameworks/extra-cmake-modules-5.89" RDEPEND="${DEPEND}"