From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50D10138335 for ; Wed, 12 Sep 2018 12:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1666CE0B99; Wed, 12 Sep 2018 12:36:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCA82E0B99 for ; Wed, 12 Sep 2018 12:36:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15FEA335C36 for ; Wed, 12 Sep 2018 12:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C1FD3BE for ; Wed, 12 Sep 2018 12:36:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536755783.e26266c6b953ecb5fa780c457bd870fa52aad999.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/grantlee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/grantlee/grantlee-5.1.0.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e26266c6b953ecb5fa780c457bd870fa52aad999 X-VCS-Branch: master Date: Wed, 12 Sep 2018 12:36:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 305c390f-81f6-428b-840f-1757fad2144f X-Archives-Hash: b3ccf1aad1ca159b39670618c812b3ac commit: e26266c6b953ecb5fa780c457bd870fa52aad999 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 12 12:10:24 2018 +0000 Commit: Andreas Sturmlechner gentoo 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)