commit: c242b012cfdb7cf460afc67d1a868ec07f5c98ed Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jul 25 18:21:34 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
