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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D1C3158042 for ; Sun, 10 Nov 2024 16:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE6EAE0986; Sun, 10 Nov 2024 16:46:33 +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 BEE63E0998 for ; Sun, 10 Nov 2024 16:46:33 +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 D8EE9335C2E for ; Sun, 10 Nov 2024 16:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B2C41E06 for ; Sun, 10 Nov 2024 16:46:30 +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: <1731255011.89ce499f9bfd6eae38517d018eb87616ff149923.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 89ce499f9bfd6eae38517d018eb87616ff149923 X-VCS-Branch: master Date: Sun, 10 Nov 2024 16:46:30 +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: c922ffb8-be54-4b26-8d41-35a9c91a50bc X-Archives-Hash: 509a54fd07b9ebb2f371b38a499d98fc commit: 89ce499f9bfd6eae38517d018eb87616ff149923 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 16:10:11 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 10 16:10:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=89ce499f kde-apps/spectacle: Add new dependency Upstream commit 8efeb1fcad7c112250e8545db710e737bf59f81f Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/spectacle/spectacle-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild index 81eecc02bf..9fe8d8cd35 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -23,6 +23,7 @@ COMMON_DEPEND=" dev-libs/wayland >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,widgets,X] >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtimageformats-${QTMIN}:6 >=dev-qt/qtmultimedia-${QTMIN}:6[qml] >=dev-qt/qtwayland-${QTMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6