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 41B1C15802F for ; Thu, 23 Mar 2023 11:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6280DE0827; Thu, 23 Mar 2023 11:59:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38FD8E0827 for ; Thu, 23 Mar 2023 11:59:01 +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 DA347335D7C for ; Thu, 23 Mar 2023 11:58:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 432F38C6 for ; Thu, 23 Mar 2023 11:58:57 +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: <1679572712.aee5f0b80122256ed90f0bfdddd1c07d4436fefa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kopete/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kopete/kopete-22.12.3.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aee5f0b80122256ed90f0bfdddd1c07d4436fefa X-VCS-Branch: master Date: Thu, 23 Mar 2023 11:58:57 +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: e1255c58-1d0d-4179-8ef6-3836a23133d3 X-Archives-Hash: dd64d7a84fd752660aed108ce9d1559d commit: aee5f0b80122256ed90f0bfdddd1c07d4436fefa Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 23 11:41:37 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 23 11:58:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee5f0b8 kde-apps/kopete: Don't build tests of broken stuff Closes: https://bugs.gentoo.org/901487 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kopete/kopete-22.12.3.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kde-apps/kopete/kopete-22.12.3.ebuild b/kde-apps/kopete/kopete-22.12.3.ebuild index fae066967b01..5bb0af558f90 100644 --- a/kde-apps/kopete/kopete-22.12.3.ebuild +++ b/kde-apps/kopete/kopete-22.12.3.ebuild @@ -135,6 +135,13 @@ DEPEND="${COMMON_DEPEND} " # jingle? ( dev-libs/jsoncpp ) +src_prepare() { + ecm_src_prepare + + # breaks with oscar disabled, bug 901487 + cmake_run_in tests/protocols cmake_comment_add_subdirectory oscar +} + src_configure() { local x x2 # Handle common stuff