commit:     e26266c6b953ecb5fa780c457bd870fa52aad999
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 12:36:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26266c6

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-5.1.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-libs/grantlee/grantlee-5.1.0.ebuild 
b/dev-libs/grantlee/grantlee-5.1.0.ebuild
index 553658e457e..21f665921e5 100644
--- a/dev-libs/grantlee/grantlee-5.1.0.ebuild
+++ b/dev-libs/grantlee/grantlee-5.1.0.ebuild
@@ -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)

Reply via email to