From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E34EC59CA3 for ; Thu, 10 Mar 2016 13:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFFFE21C0DA; Thu, 10 Mar 2016 13:43:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69D3021C0DA for ; Thu, 10 Mar 2016 13:43:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19A6E340CE5 for ; Thu, 10 Mar 2016 13:43:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DABC6209A for ; Thu, 10 Mar 2016 13:43:49 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1457617350.5ca382f6657df59e91825685437fec34ace1d98c.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/strace-4.9.ebuild X-VCS-Directories: dev-util/strace/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 5ca382f6657df59e91825685437fec34ace1d98c X-VCS-Branch: master Date: Thu, 10 Mar 2016 13:43:49 +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: f326879e-bd61-4ed8-ad0d-f096636e7302 X-Archives-Hash: 23b1ee427eed999c6bd791c9648c874b commit: 5ca382f6657df59e91825685437fec34ace1d98c Author: Patrick Lauer gentoo org> AuthorDate: Thu Mar 10 13:42:30 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Mar 10 13:42:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca382f6 dev-util/strace: Whitespace Package-Manager: portage-2.2.27 dev-util/strace/strace-4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild index e24ac1b..fe2bc15 100644 --- a/dev-util/strace/strace-4.9.ebuild +++ b/dev-util/strace/strace-4.9.ebuild @@ -40,7 +40,7 @@ src_prepare() { use static && append-ldflags -static export ac_cv_header_libaio_h=$(usex aio) - + # Stub out the -k test since it's known to be flaky. #545812 sed -i '1iexit 77' tests*/strace-k.test || die }