commit: 95b2ef25060979a81810702b3d73bde870c7ba77 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 12 12:10:24 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 12 17:27:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=95b2ef25
dev-libs/grantlee: Disable broken test Closes: https://bugs.gentoo.org/661900 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/grantlee/grantlee-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild index 1422ed74a8..0934bcd387 100644 --- a/dev-libs/grantlee/grantlee-9999.ebuild +++ b/dev-libs/grantlee/grantlee-9999.ebuild @@ -32,6 +32,12 @@ PATCHES=( "${FILESDIR}/${PN}-5.1.0-slot.patch" ) +src_prepare() { + cmake-utils_src_prepare + sed -e '/testfilters/d' \ + -i templates/tests/CMakeLists.txt || die # bug 661900 +} + src_configure() { local mycmakeargs=( -DBUILD_TESTS=$(usex test)
