diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-12 22:23:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-12 22:23:46 +0100 |
commit | 3267620079aacdcc9b7bfe8d7fa47e9734d16e23 (patch) | |
tree | 7b90944907f3577127782341957ed13b4efcead9 /kde-apps/kate/kate-20.08.3.ebuild | |
parent | media-sound/kid3: Python is always required in BDEPEND (diff) | |
download | gentoo-3267620079aacdcc9b7bfe8d7fa47e9734d16e23.tar.gz gentoo-3267620079aacdcc9b7bfe8d7fa47e9734d16e23.tar.bz2 gentoo-3267620079aacdcc9b7bfe8d7fa47e9734d16e23.zip |
kde-apps/kate: Fix hanging test
Reported-by: Paolo Pedroni <paolo.pedroni@iol.it>
Closes: https://bugs.gentoo.org/769548
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kate/kate-20.08.3.ebuild')
-rw-r--r-- | kde-apps/kate/kate-20.08.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kde-apps/kate/kate-20.08.3.ebuild b/kde-apps/kate/kate-20.08.3.ebuild index 5c8f7359242c..d6299f186d5f 100644 --- a/kde-apps/kate/kate-20.08.3.ebuild +++ b/kde-apps/kate/kate-20.08.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -61,6 +61,10 @@ DEPEND=" " RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}/${P}-fix-filetree_model_test.patch" # bug 769548 +) + src_prepare() { ecm_src_prepare |