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 5832615808A for ; Fri, 25 Jul 2025 18:41:10 +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 0B8FA341CDA for ; Fri, 25 Jul 2025 18:41:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E4ED71102A2; Fri, 25 Jul 2025 18:41:06 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D9CB51102A2 for ; Fri, 25 Jul 2025 18:41:06 +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 75AFB335D49 for ; Fri, 25 Jul 2025 18:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0B522935 for ; Fri, 25 Jul 2025 18:41:04 +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: <1753468834.c242b012cfdb7cf460afc67d1a868ec07f5c98ed.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/neochat/neochat-25.04.2.ebuild net-im/neochat/neochat-25.04.3.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c242b012cfdb7cf460afc67d1a868ec07f5c98ed X-VCS-Branch: master Date: Fri, 25 Jul 2025 18:41:04 +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: d57b5222-8146-42c9-a160-71d45a18a9d1 X-Archives-Hash: 78c2fbe095ab11f419934fb7d263783a commit: c242b012cfdb7cf460afc67d1a868ec07f5c98ed Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 25 18:21:34 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 25 18:40:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c242b012 net-im/neochat: Disable find KUnifiedPush instead of cmake option The option only became a thing past 25.04 branching. Closes: https://bugs.gentoo.org/960676 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/neochat-25.04.2.ebuild | 2 +- net-im/neochat/neochat-25.04.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/neochat/neochat-25.04.2.ebuild b/net-im/neochat/neochat-25.04.2.ebuild index d0ca20aa5a24..d3e67edd8a15 100644 --- a/net-im/neochat/neochat-25.04.2.ebuild +++ b/net-im/neochat/neochat-25.04.2.ebuild @@ -67,7 +67,7 @@ CMAKE_SKIP_TESTS=( src_configure() { local mycmakeargs=( # TODO: kunifiedpush not yet packaged - -DWITH_UNIFIEDPUSH=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_KUnifiedPush=ON ) ecm_src_configure diff --git a/net-im/neochat/neochat-25.04.3.ebuild b/net-im/neochat/neochat-25.04.3.ebuild index 43b380b4f48a..d39be49c854c 100644 --- a/net-im/neochat/neochat-25.04.3.ebuild +++ b/net-im/neochat/neochat-25.04.3.ebuild @@ -67,7 +67,7 @@ CMAKE_SKIP_TESTS=( src_configure() { local mycmakeargs=( # TODO: kunifiedpush not yet packaged - -DWITH_UNIFIEDPUSH=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_KUnifiedPush=ON ) ecm_src_configure