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 9B15615A7D9 for ; Thu, 23 Mar 2023 11:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFAD4E0827; Thu, 23 Mar 2023 11:42:56 +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 94504E0827 for ; Thu, 23 Mar 2023 11:42:56 +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 84F34340BE3 for ; Thu, 23 Mar 2023 11:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A451C8C6 for ; Thu, 23 Mar 2023 11:42:53 +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: <1679571715.0d1b8417d9bebb58d0a5a678a00ea0e5dcb2aed5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kopete/kopete-9999.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d1b8417d9bebb58d0a5a678a00ea0e5dcb2aed5 X-VCS-Branch: master Date: Thu, 23 Mar 2023 11:42:53 +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: fd299f46-4142-4775-9762-0786b22a4d3a X-Archives-Hash: d7458009c7c66a49d94ee0050a72bd40 commit: 0d1b8417d9bebb58d0a5a678a00ea0e5dcb2aed5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 23 11:41:37 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 23 11:41:55 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d1b8417 kde-apps/kopete: Don't build tests of broken stuff Bug: https://bugs.gentoo.org/901487 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kopete/kopete-9999.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild index 014c5c5dc1..d59e233458 100644 --- a/kde-apps/kopete/kopete-9999.ebuild +++ b/kde-apps/kopete/kopete-9999.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