commit: db95598c18d39ae2ffec4ee20e967090106c75a1 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Mon Apr 4 23:43:07 2016 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Mon Apr 4 23:43:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db95598c
app-emulation/ganeti: add call to epatch_user in 2.15.2-r2 Package-Manager: portage-2.2.28 app-emulation/ganeti/ganeti-2.15.2-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emulation/ganeti/ganeti-2.15.2-r2.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r2.ebuild index 9e7840c..e1eb4ba 100644 --- a/app-emulation/ganeti/ganeti-2.15.2-r2.ebuild +++ b/app-emulation/ganeti/ganeti-2.15.2-r2.ebuild @@ -209,6 +209,8 @@ src_prepare() { # take the sledgehammer approach to bug #526270 grep -lr '/bin/sh' "${S}" | xargs -r -- sed -i 's:/bin/sh:/bin/bash:g' + epatch_user + [[ ${PV} =~ [9]{4,} ]] && ./autogen.sh rm autotools/missing eautoreconf