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 DE038158089 for ; Tue, 19 Sep 2023 16:44:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2A802BC014; Tue, 19 Sep 2023 16:44:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CDC832BC014 for ; Tue, 19 Sep 2023 16:44:04 +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 CF7BE335CB4 for ; Tue, 19 Sep 2023 16:44:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 572BB11E6 for ; Tue, 19 Sep 2023 16:44:02 +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: <1695141607.397c88574e987a7fbde97a95b941f870e372f6d4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kfilemetadata/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kfilemetadata/kfilemetadata-5.9999.ebuild X-VCS-Directories: kde-frameworks/kfilemetadata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 397c88574e987a7fbde97a95b941f870e372f6d4 X-VCS-Branch: master Date: Tue, 19 Sep 2023 16:44:02 +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: 5f8ee815-8f50-4396-b88a-32bd6698b7d2 X-Archives-Hash: 28504d52b1722d8e6082b4427b6c6051 commit: 397c88574e987a7fbde97a95b941f870e372f6d4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 19 16:40:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 19 16:40:07 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=397c8857 kde-frameworks/kfilemetadata: Add missing dependency Upstream commit 1aa7f9168d51e0fc88b42f71fcdb90b0542d0d6f "Add extractor for AppImage files" ...TODO: check if we really need that/make unconditional? Bug: https://bugs.gentoo.org/914133 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kfilemetadata/kfilemetadata-5.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-5.9999.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-5.9999.ebuild index 4343b6c3f1..433d84c502 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-5.9999.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-5.9999.ebuild @@ -17,6 +17,7 @@ IUSE="epub exif ffmpeg mobi pdf taglib" RESTRICT="test" RDEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 =kde-frameworks/karchive-${PVCUT}*:5 =kde-frameworks/kcoreaddons-${PVCUT}*:5