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 8603615808B for ; Sat, 17 Feb 2024 20:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ADD7E2A62; Sat, 17 Feb 2024 20:29:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 073E7E2A62 for ; Sat, 17 Feb 2024 20:29: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 065C13406C2 for ; Sat, 17 Feb 2024 20:29:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44B0611CF for ; Sat, 17 Feb 2024 20:29:01 +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: <1708201727.8e415870a14a91622c39a07c8163e89eef70391c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-6.0.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e415870a14a91622c39a07c8163e89eef70391c X-VCS-Branch: master Date: Sat, 17 Feb 2024 20:29:01 +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: 2939d513-5a40-4d56-9bab-9f6a87e8d7a9 X-Archives-Hash: f7d78a1798a9a8f6874865a8a9407bdc commit: 8e415870a14a91622c39a07c8163e89eef70391c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 17 20:23:50 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 17 20:28:47 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e415870 kde-plasma/plasma-workspace: Fix IUSE=wallpaper-metadata cmake arg Upstream commit 6a11abf8b4eee4fde78b8fe9b7f022d93c2f92b5 Closes: https://bugs.gentoo.org/924620 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-6.0.49.9999.ebuild | 2 +- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.0.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-6.0.49.9999.ebuild index 9fc794d128..969b0b4a76 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-6.0.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-6.0.49.9999.ebuild @@ -201,7 +201,7 @@ src_configure() { $(cmake_use_find_package geolocation KF6NetworkManagerQt) $(cmake_use_find_package semantic-desktop KF6Baloo) $(cmake_use_find_package telemetry KF6UserFeedback) - $(cmake_use_find_package wallpaper-metadata KF6KExiv2) + $(cmake_use_find_package wallpaper-metadata KExiv2Qt6) ) ecm_src_configure diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index cbaa6d973e..501a490a14 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -201,7 +201,7 @@ src_configure() { $(cmake_use_find_package geolocation KF6NetworkManagerQt) $(cmake_use_find_package semantic-desktop KF6Baloo) $(cmake_use_find_package telemetry KF6UserFeedback) - $(cmake_use_find_package wallpaper-metadata KF6KExiv2) + $(cmake_use_find_package wallpaper-metadata KExiv2Qt6) ) ecm_src_configure