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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2A2A15817D for ; Sun, 23 Jun 2024 14:04:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C8DE2ACE; Sun, 23 Jun 2024 14:04:47 +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 22D8CE2ACE for ; Sun, 23 Jun 2024 14:04:47 +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 39355340C15 for ; Sun, 23 Jun 2024 14:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A9F01C65 for ; Sun, 23 Jun 2024 14:04:44 +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: <1719150758.59319e31229f5fe378db1e33435672c221fc3ff5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konqueror/konqueror-24.05.49.9999.ebuild kde-apps/konqueror/konqueror-9999.ebuild X-VCS-Directories: kde-apps/konqueror/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 59319e31229f5fe378db1e33435672c221fc3ff5 X-VCS-Branch: master Date: Sun, 23 Jun 2024 14:04:44 +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: 07f4eec2-bfe6-46c5-b4f4-01e6ee4723c3 X-Archives-Hash: 97c0a50c8614d419b18a05f1eaa39422 commit: 59319e31229f5fe378db1e33435672c221fc3ff5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 23 13:52:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 23 13:52:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=59319e31 kde-apps/konqueror: Fix IUSE speech cmake arg Bug: https://bugs.gentoo.org/934607 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/konqueror/konqueror-24.05.49.9999.ebuild | 2 +- kde-apps/konqueror/konqueror-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/konqueror/konqueror-24.05.49.9999.ebuild b/kde-apps/konqueror/konqueror-24.05.49.9999.ebuild index 5c68d5cbd2..14ce365771 100644 --- a/kde-apps/konqueror/konqueror-24.05.49.9999.ebuild +++ b/kde-apps/konqueror/konqueror-24.05.49.9999.ebuild @@ -71,7 +71,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Hunspell=ON # requires fixing bug 634122 $(cmake_use_find_package activities PlasmaActivities) - $(cmake_use_find_package speech Qt6TextToSpeech) + $(cmake_use_find_package speech QtTextToSpeech) ) ecm_src_configure } diff --git a/kde-apps/konqueror/konqueror-9999.ebuild b/kde-apps/konqueror/konqueror-9999.ebuild index 5c68d5cbd2..14ce365771 100644 --- a/kde-apps/konqueror/konqueror-9999.ebuild +++ b/kde-apps/konqueror/konqueror-9999.ebuild @@ -71,7 +71,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Hunspell=ON # requires fixing bug 634122 $(cmake_use_find_package activities PlasmaActivities) - $(cmake_use_find_package speech Qt6TextToSpeech) + $(cmake_use_find_package speech QtTextToSpeech) ) ecm_src_configure }