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 2089015800A for ; Mon, 31 Jul 2023 07:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57226E0C48; Mon, 31 Jul 2023 07:09:32 +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 38253E0C48 for ; Mon, 31 Jul 2023 07:09:32 +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 4054533BEEE for ; Mon, 31 Jul 2023 07:09:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B65CDDC1 for ; Mon, 31 Jul 2023 07:09:29 +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: <1690787334.fc5b0ecfd39fc081282eb27ab91c4388fddc8ad6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kimageformats/kimageformats-5.108.0-r1.ebuild X-VCS-Directories: kde-frameworks/kimageformats/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fc5b0ecfd39fc081282eb27ab91c4388fddc8ad6 X-VCS-Branch: master Date: Mon, 31 Jul 2023 07:09:29 +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: 9e060a9a-6061-4a2f-957e-fe4d67647b54 X-Archives-Hash: 14065d6cc2cf9eb5342080547d2336c9 commit: fc5b0ecfd39fc081282eb27ab91c4388fddc8ad6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 30 19:49:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 31 07:08:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5b0ecf kde-frameworks/kimageformats: Add missing test dependency Closes: https://bugs.gentoo.org/911263 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kimageformats/kimageformats-5.108.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kimageformats/kimageformats-5.108.0-r1.ebuild b/kde-frameworks/kimageformats/kimageformats-5.108.0-r1.ebuild index f9158d45b201..4d0d3eb24e24 100644 --- a/kde-frameworks/kimageformats/kimageformats-5.108.0-r1.ebuild +++ b/kde-frameworks/kimageformats/kimageformats-5.108.0-r1.ebuild @@ -25,7 +25,10 @@ RDEPEND=" raw? ( media-libs/libraw:= ) " DEPEND="${RDEPEND} - test? ( heif? ( media-libs/libheif[x265] ) ) + test? ( + >=dev-qt/qtimageformats-${QTMIN}:5 + heif? ( media-libs/libheif[x265] ) + ) " DOCS=( src/imageformats/AUTHORS )