Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kturtle/
Date: Wed, 14 Jul 2021 12:28:34
Message-Id: 1626265686.19663c78927c2090a9b6ddd09293c9d42dd22a36.asturm@gentoo
1 commit: 19663c78927c2090a9b6ddd09293c9d42dd22a36
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 14 12:27:18 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 14 12:28:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19663c78
7
8 kde-apps/kturtle: Remove po/sq/docs from 21.04.3
9
10 Implicitly depends on KDE Frameworks 5.84.0.
11
12 Closes: https://bugs.gentoo.org/801919
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 kde-apps/kturtle/kturtle-21.04.3.ebuild | 5 +++++
17 1 file changed, 5 insertions(+)
18
19 diff --git a/kde-apps/kturtle/kturtle-21.04.3.ebuild b/kde-apps/kturtle/kturtle-21.04.3.ebuild
20 index 4e62a0f78b2..57c1c905ec1 100644
21 --- a/kde-apps/kturtle/kturtle-21.04.3.ebuild
22 +++ b/kde-apps/kturtle/kturtle-21.04.3.ebuild
23 @@ -34,3 +34,8 @@ DEPEND="
24 >=kde-frameworks/kxmlgui-${KFMIN}:5
25 "
26 RDEPEND="${DEPEND}"
27 +
28 +src_prepare() {
29 + rm -r po/sq/docs || die # broken with <KF-5.84, bug #801919
30 + ecm_src_prepare
31 +}