From: Mike Frysinger Date: Tue, 29 Sep 2015 18:59:16 +0000 (-0400) Subject: dev-util/strace: update bootstrap method to match current git X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=095cc4cf14e36e20836acfe38cf0f6a225909f78;p=gentoo.git dev-util/strace: update bootstrap method to match current git --- diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 289f2f73c3e9..a72fc13496a5 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -29,7 +29,8 @@ RDEPEND="perl? ( dev-lang/perl )" src_prepare() { if epatch_user || [[ ! -e configure ]] ; then # git generation - ./xlat/gen.sh + ./xlat/gen.sh || die + ./generate_mpers_am.sh || die eautoreconf [[ ! -e CREDITS ]] && cp CREDITS{.in,} fi