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 EC628158094 for ; Fri, 16 Sep 2022 18:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 435B9E079E; Fri, 16 Sep 2022 18:45:51 +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 27B72E079E for ; Fri, 16 Sep 2022 18:45:51 +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 3C81234096C for ; Fri, 16 Sep 2022 18:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D387E576 for ; Fri, 16 Sep 2022 18:45:48 +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: <1663353939.f05d71585f0d63c9c67a6079d50f9dac74711042.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f05d71585f0d63c9c67a6079d50f9dac74711042 X-VCS-Branch: master Date: Fri, 16 Sep 2022 18:45:48 +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: 7ae4aac3-f07a-443f-91db-e6a62bf72da2 X-Archives-Hash: 5af6aa8e228d931216423cfc19c52ca5 commit: f05d71585f0d63c9c67a6079d50f9dac74711042 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 16 18:35:35 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 16 18:45:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05d7158 media-gfx/kphotoalbum: Add missing USEdep on dev-qt/qtgui[jpeg] Closes: https://bugs.gentoo.org/870181 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{kphotoalbum-5.9.1.ebuild => kphotoalbum-5.9.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild b/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild similarity index 98% rename from media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild rename to media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild index 0fb036a61360..4733340cf07b 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="|| ( phonon qtav vlc )" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5[jpeg] >=dev-qt/qtsql-${QTMIN}:5[sqlite] >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5