diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2016-04-04 16:43:07 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2016-04-04 16:43:07 -0700 |
commit | db95598c18d39ae2ffec4ee20e967090106c75a1 (patch) | |
tree | 23a76cd795245b88b9f45940b28f8b3130413d10 /app-emulation | |
parent | app-editors/nano: switch to git (diff) | |
download | gentoo-db95598c18d39ae2ffec4ee20e967090106c75a1.tar.gz gentoo-db95598c18d39ae2ffec4ee20e967090106c75a1.tar.bz2 gentoo-db95598c18d39ae2ffec4ee20e967090106c75a1.zip |
app-emulation/ganeti: add call to epatch_user in 2.15.2-r2
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ganeti/ganeti-2.15.2-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/ganeti/ganeti-2.15.2-r2.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r2.ebuild index 9e7840cd81ce..e1eb4ba86c57 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 |