Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/
Date: Wed, 12 Sep 2018 17:27:47
Message-Id: 1536773249.95b2ef25060979a81810702b3d73bde870c7ba77.asturm@gentoo
1 commit: 95b2ef25060979a81810702b3d73bde870c7ba77
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 12:10:24 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 17:27:29 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=95b2ef25
7
8 dev-libs/grantlee: Disable broken test
9
10 Closes: https://bugs.gentoo.org/661900
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-libs/grantlee/grantlee-9999.ebuild | 6 ++++++
14 1 file changed, 6 insertions(+)
15
16 diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild
17 index 1422ed74a8..0934bcd387 100644
18 --- a/dev-libs/grantlee/grantlee-9999.ebuild
19 +++ b/dev-libs/grantlee/grantlee-9999.ebuild
20 @@ -32,6 +32,12 @@ PATCHES=(
21 "${FILESDIR}/${PN}-5.1.0-slot.patch"
22 )
23
24 +src_prepare() {
25 + cmake-utils_src_prepare
26 + sed -e '/testfilters/d' \
27 + -i templates/tests/CMakeLists.txt || die # bug 661900
28 +}
29 +
30 src_configure() {
31 local mycmakeargs=(
32 -DBUILD_TESTS=$(usex test)