projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f218b9
)
dev-util/strace: update bootstrap method to match current git
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 29 Sep 2015 18:59:16 +0000
(14:59 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 29 Sep 2015 19:15:16 +0000
(15:15 -0400)
dev-util/strace/strace-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/strace/strace-9999.ebuild
b/dev-util/strace/strace-9999.ebuild
index 289f2f73c3e9997a65991f919f0d3786b4553665..a72fc13496a586ff8d45ee2c218c3bf333d7123a 100644
(file)
--- 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