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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 994821382C5 for ; Sat, 6 Mar 2021 23:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA087E0870; Sat, 6 Mar 2021 23:50:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3417AE0870 for ; Sat, 6 Mar 2021 23:50:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE3A434027D for ; Sat, 6 Mar 2021 23:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEA41473 for ; Sat, 6 Mar 2021 23:50:20 +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: <1615074605.2b6b81af7b96959dc1ba7d3099be9deaafe74e17.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kate/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kate/kate-20.12.3.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b6b81af7b96959dc1ba7d3099be9deaafe74e17 X-VCS-Branch: master Date: Sat, 6 Mar 2021 23:50:20 +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: 563f3bdb-a8bc-4717-98c1-07958b68a277 X-Archives-Hash: 831ffbe3a2e87d5d7a312f89a9f79050 commit: 2b6b81af7b96959dc1ba7d3099be9deaafe74e17 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 6 23:50:05 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 6 23:50:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6b81af kde-apps/kate: Re-fix hanging test Thanks-to: Frank Krömmelbein gmx.de> Bug: https://bugs.gentoo.org/774219 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kate/kate-20.12.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-apps/kate/kate-20.12.3.ebuild b/kde-apps/kate/kate-20.12.3.ebuild index aaf50d4fa88..47bc8aebbfa 100644 --- a/kde-apps/kate/kate-20.12.3.ebuild +++ b/kde-apps/kate/kate-20.12.3.ebuild @@ -61,6 +61,10 @@ DEPEND=" " RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}/${PN}-20.08.3-fix-filetree_model_test.patch" # bug 769548 +) + src_prepare() { ecm_src_prepare