commit:     26c47acefd8eff97298b2ec41e876f190d0dffd9
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 11:36:05 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 11:36:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c47ace

app-misc/vifm: Restores dropped lines in bump

Fixes bug #581020

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-misc/vifm/vifm-0.9.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-misc/vifm/vifm-0.9.ebuild b/app-misc/vifm/vifm-0.9.ebuild
index 4e0b17ce87a..62bd10bafc5 100644
--- a/app-misc/vifm/vifm-0.9.ebuild
+++ b/app-misc/vifm/vifm-0.9.ebuild
@@ -29,6 +29,8 @@ RDEPEND="
 DOCS="AUTHORS FAQ NEWS README TODO"
 
 src_prepare() {
+       sed -i -e '/stat.h/a#include <sys/sysmacros.h>' 
"${S}/src/modes/file_info.c" \
+               || die
        eapply_user
        eautoreconf
 }

Reply via email to