Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/qt-jpegxl-image-plugin/
Date: Wed, 05 Jan 2022 17:14:20
Message-Id: 1641401517.8178791735680be7aeea151273506141835f7750.flow@gentoo
1 commit: 8178791735680be7aeea151273506141835f7750
2 Author: Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 5 16:51:57 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 16:51:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81787917
7
8 media-plugins/qt-jpegxl-image-plugin: bump extra-cmake-modules dependency
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>
12
13 .../qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 33fd82e2d..7f31141b4 100644
18 --- a/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild
19 +++ b/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -19,6 +19,6 @@ DEPEND=">=dev-qt/qtgui-5.14.0:5
27 >=media-libs/libjxl-0.6.1
28 "
29
30 -BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5"
31 +BDEPEND=">=kde-frameworks/extra-cmake-modules-5.89"
32
33 RDEPEND="${DEPEND}"