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 52584138206 for ; Thu, 28 Apr 2016 11:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A599521C001; Thu, 28 Apr 2016 11:14:59 +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 5319521C001 for ; Thu, 28 Apr 2016 11:14:59 +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 B8CD8340834 for ; Thu, 28 Apr 2016 11:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6B3331 for ; Thu, 28 Apr 2016 11:14:51 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1461842321.daa9a0b39e4e2aed7268eb4bd5f291a156ddfa3e.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vifm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/vifm/vifm-0.8.1a.ebuild X-VCS-Directories: app-misc/vifm/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: daa9a0b39e4e2aed7268eb4bd5f291a156ddfa3e X-VCS-Branch: master Date: Thu, 28 Apr 2016 11:14:51 +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: 60106d88-3649-407a-98bb-84f6749c0f74 X-Archives-Hash: 4ae85c78dd2c9f2878a7ddada0924fa6 commit: daa9a0b39e4e2aed7268eb4bd5f291a156ddfa3e Author: José María Alonso Josa gentoo org> AuthorDate: Thu Apr 28 11:18:41 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Apr 28 11:18:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa9a0b3 app-misc/vifm: Add glibc sysmacros. Fixes bug #581020 Package-Manager: portage-2.2.26 app-misc/vifm/vifm-0.8.1a.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-misc/vifm/vifm-0.8.1a.ebuild b/app-misc/vifm/vifm-0.8.1a.ebuild index 6b625aa..c01550f 100644 --- a/app-misc/vifm/vifm-0.8.1a.ebuild +++ b/app-misc/vifm/vifm-0.8.1a.ebuild @@ -30,6 +30,8 @@ RDEPEND=" DOCS="AUTHORS FAQ NEWS README TODO" src_prepare() { + sed -i -e '/stat.h/a#include ' "${S}/src/modes/file_info.c" \ + || die eautoreconf }