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 F2E06158089 for ; Sun, 15 Oct 2023 19:19:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260B12BC014; Sun, 15 Oct 2023 19:19:53 +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 06FA62BC014 for ; Sun, 15 Oct 2023 19:19:53 +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 16A94335CB7 for ; Sun, 15 Oct 2023 19:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AEBD95E for ; Sun, 15 Oct 2023 19:19:50 +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: <1697397578.c0f0d2cadd6e8972d9bec9acbceedbe180793318.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/quassel-0.14.0-r2.ebuild net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c0f0d2cadd6e8972d9bec9acbceedbe180793318 X-VCS-Branch: master Date: Sun, 15 Oct 2023 19:19:50 +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: 5ac6a584-fba6-496e-a2c3-266f4d622a27 X-Archives-Hash: fdb7dd9f9d12e1baeb870ca4f1006bd1 commit: c0f0d2cadd6e8972d9bec9acbceedbe180793318 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 15 19:19:22 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 15 19:19:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f0d2ca net-irc/quassel: Fix cmake arg typo Closes: https://bugs.gentoo.org/915816 Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/quassel/quassel-0.14.0-r2.ebuild | 2 +- net-irc/quassel/quassel-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/quassel/quassel-0.14.0-r2.ebuild b/net-irc/quassel/quassel-0.14.0-r2.ebuild index 29dec37cf172..3d33083e30f1 100644 --- a/net-irc/quassel/quassel-0.14.0-r2.ebuild +++ b/net-irc/quassel/quassel-0.14.0-r2.ebuild @@ -127,7 +127,7 @@ src_configure() { # bug #830708 if use gui || use monolithic ; then mycmakeargs+=( - -DCMAKE_DISABLE_FIND_PACKAGE=LibsnoreQt5=ON + -DCMAKE_DISABLE_FIND_PACKAGE_LibsnoreQt5=ON $(cmake_use_find_package dbus dbusmenu-qt5) $(cmake_use_find_package dbus Qt5DBus) $(cmake_use_find_package spell KF5Sonnet) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index c0d3a18543c9..be86638cef44 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -122,7 +122,7 @@ src_configure() { # bug #830708 if use gui || use monolithic ; then mycmakeargs+=( - -DCMAKE_DISABLE_FIND_PACKAGE=LibsnoreQt5=ON + -DCMAKE_DISABLE_FIND_PACKAGE_LibsnoreQt5=ON $(cmake_use_find_package dbus dbusmenu-qt5) $(cmake_use_find_package dbus Qt5DBus) $(cmake_use_find_package spell KF5Sonnet)