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 009A91382FE for ; Mon, 11 Jul 2016 23:27:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A789E08AF; Mon, 11 Jul 2016 23:27:39 +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 C4EDBE08AF for ; Mon, 11 Jul 2016 23:27:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BC12E340E51 for ; Mon, 11 Jul 2016 23:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22AD9242F for ; Mon, 11 Jul 2016 23:27:35 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1468279172.096fe82832bc5e334182e23064112bafa9d69e82.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/chickens/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/chickens/chickens-0.2.4-r1.ebuild X-VCS-Directories: games-action/chickens/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 096fe82832bc5e334182e23064112bafa9d69e82 X-VCS-Branch: master Date: Mon, 11 Jul 2016 23:27: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: 1eecc26a-a344-43f2-9b39-d25fbe1d99ad X-Archives-Hash: 555cacf09b0cd406bc7fb855e0367264 commit: 096fe82832bc5e334182e23064112bafa9d69e82 Author: Austin English gentoo org> AuthorDate: Mon Jul 11 23:18:55 2016 +0000 Commit: Austin English gentoo org> CommitDate: Mon Jul 11 23:19:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096fe828 games-action/chickens: add a comment Package-Manager: portage-2.3.0 games-action/chickens/chickens-0.2.4-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-action/chickens/chickens-0.2.4-r1.ebuild b/games-action/chickens/chickens-0.2.4-r1.ebuild index 1f0ff7b..d2e6881 100644 --- a/games-action/chickens/chickens-0.2.4-r1.ebuild +++ b/games-action/chickens/chickens-0.2.4-r1.ebuild @@ -44,6 +44,7 @@ src_prepare() { } src_configure() { + # econf (sometimes) fails, see https://bugs.gentoo.org/588544 bash ./configure || die }