dev-libs/grantlee: Disable broken test
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Sep 2018 12:10:24 +0000 (14:10 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Sep 2018 12:36:23 +0000 (14:36 +0200)
Closes: https://bugs.gentoo.org/661900
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-libs/grantlee/grantlee-5.1.0.ebuild

index 553658e457e51c35fb0e54ab5614ae3103a5950d..21f665921e53110405b813eabb4640da541c57f9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -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)