Merge pull request #2027 from mischief/rkt-1.9.0-autoreconf

app-emulation/rkt: explicitly autoreconf
This commit is contained in:
Michael Marineau 2016-06-23 16:55:02 -07:00 committed by GitHub
commit c0f11eab88
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ src_prepare() {
if [ "${rkt_coreos_version}" != "${PXE_VERSION}" ]; then if [ "${rkt_coreos_version}" != "${PXE_VERSION}" ]; then
die "CoreOS versions in ebuild and rkt build scripts are mismatched expecting ${rkt_stage1_coreos}!" die "CoreOS versions in ebuild and rkt build scripts are mismatched expecting ${rkt_stage1_coreos}!"
fi fi
autotools-utils_src_prepare
} }
src_configure() { src_configure() {