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 2490415802F for ; Thu, 23 Feb 2023 20:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A039E07D8; Thu, 23 Feb 2023 20:25:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00587E07D8 for ; Thu, 23 Feb 2023 20:25:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E212340CF8 for ; Thu, 23 Feb 2023 20:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3E627D0 for ; Thu, 23 Feb 2023 20:25:46 +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: <1677180911.bccd74597ac8bf9287ebe19542e5eb4731ca1bf8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kate-addons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kate-addons/kate-addons-9999.ebuild X-VCS-Directories: kde-apps/kate-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bccd74597ac8bf9287ebe19542e5eb4731ca1bf8 X-VCS-Branch: master Date: Thu, 23 Feb 2023 20:25:46 +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: 5d12e50d-1655-409f-bc3b-b9adc4f358de X-Archives-Hash: 3b0c3723b8b2f8064736201bb5a2cf19 commit: bccd74597ac8bf9287ebe19542e5eb4731ca1bf8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 23 19:32:17 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 23 19:35:11 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bccd7459 kde-apps/kate-addons: Disable libkateterminal Upstream commit 44aa2093daf4d28986ec8a76fad7b855c2e87ddc Bug: https://bugs.gentoo.org/895412 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kate-addons/kate-addons-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kate-addons/kate-addons-9999.ebuild b/kde-apps/kate-addons/kate-addons-9999.ebuild index d6b7126d48..719a68c5ec 100644 --- a/kde-apps/kate-addons/kate-addons-9999.ebuild +++ b/kde-apps/kate-addons/kate-addons-9999.ebuild @@ -79,6 +79,7 @@ src_configure() { local mycmakeargs=( -DBUILD_kate=FALSE -DBUILD_kwrite=FALSE + -DBUILD_libkateterminal=FALSE # we've got konsole instead -DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=ON # docs in kate/kwrite -DBUILD_filebrowser=$(usex filebrowser) -DBUILD_lspclient=$(usex lspclient)