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 D51001382C5 for ; Tue, 6 Feb 2018 20:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB7CE0C1A; Tue, 6 Feb 2018 20:58:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DC025E0C1A for ; Tue, 6 Feb 2018 20:58:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D40EE335C30 for ; Tue, 6 Feb 2018 20:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BDD71DE for ; Tue, 6 Feb 2018 20:58:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1517950676.e0b524ed9cd8575ce258ac8db28ce152947ca984.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/zile/zile-2.4.14.ebuild X-VCS-Directories: app-editors/zile/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e0b524ed9cd8575ce258ac8db28ce152947ca984 X-VCS-Branch: master Date: Tue, 6 Feb 2018 20:58:36 +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: c24928bf-1550-4e79-97a9-6a18d3c5eb15 X-Archives-Hash: 0368cf378b05a3d8a43f57ed6e18a76c commit: e0b524ed9cd8575ce258ac8db28ce152947ca984 Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 6 20:52:01 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 6 20:57:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b524ed app-editors/zile: Disable valgrind tests (because they fail). Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/zile/zile-2.4.14.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild index dc81ee11b4d..4d9e14c8baa 100644 --- a/app-editors/zile/zile-2.4.14.ebuild +++ b/app-editors/zile/zile-2.4.14.ebuild @@ -26,6 +26,7 @@ src_configure() { econf \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --without-emacs \ + --disable-valgrind-tests \ $(use_enable acl) }