From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id CD5CC1581FD for ; Sat, 06 Sep 2025 13:38:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B33DE33BEE9 for ; Sat, 06 Sep 2025 13:38:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AE578110379; Sat, 06 Sep 2025 13:38:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A32BE110379 for ; Sat, 06 Sep 2025 13:38:57 +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 2C3C733BEE9 for ; Sat, 06 Sep 2025 13:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6964A38BB for ; Sat, 06 Sep 2025 13:38:55 +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: <1757165925.fe32e2d42c2439af634ef800ce50f2887133c9fd.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-r7.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: fe32e2d42c2439af634ef800ce50f2887133c9fd X-VCS-Branch: master Date: Sat, 06 Sep 2025 13:38:55 +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: b817bfe2-7d20-4696-b004-6423adabacab X-Archives-Hash: 6a9de48b1325fc808eaec5f914eb8ca9 commit: fe32e2d42c2439af634ef800ce50f2887133c9fd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 6 13:38:18 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 6 13:38:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe32e2d4 net-irc/quassel: Really disable KF5Sonnet Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/quassel/quassel-0.14.0-r7.ebuild | 1 + net-irc/quassel/quassel-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-irc/quassel/quassel-0.14.0-r7.ebuild b/net-irc/quassel/quassel-0.14.0-r7.ebuild index ca2e5aa17723..c79aa9006e62 100644 --- a/net-irc/quassel/quassel-0.14.0-r7.ebuild +++ b/net-irc/quassel/quassel-0.14.0-r7.ebuild @@ -112,6 +112,7 @@ src_configure() { # bug #830708 if use gui || use monolithic ; then mycmakeargs+=( + -DCMAKE_DISABLE_FIND_PACKAGE_KF5Sonnet=ON -DCMAKE_DISABLE_FIND_PACKAGE_LibsnoreQt5=ON -DCMAKE_DISABLE_FIND_PACKAGE_dbusmenu-qt5=ON $(cmake_use_find_package dbus Qt5DBus) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 4de30d9a52ad..75e1c3b74e77 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -104,6 +104,7 @@ src_configure() { # bug #830708 if use gui || use monolithic ; then mycmakeargs+=( + -DCMAKE_DISABLE_FIND_PACKAGE_KF5Sonnet=ON -DCMAKE_DISABLE_FIND_PACKAGE_LibsnoreQt5=ON -DCMAKE_DISABLE_FIND_PACKAGE_dbusmenu-qt5=ON $(cmake_use_find_package dbus Qt5DBus)