summaryrefslogtreecommitdiff
path: root/dev-util/strace/strace-4.13.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/strace/strace-4.13.ebuild')
-rw-r--r--dev-util/strace/strace-4.13.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.13.ebuild b/dev-util/strace/strace-4.13.ebuild
index 8cc44de60594..5b110f03e767 100644
--- a/dev-util/strace/strace-4.13.ebuild
+++ b/dev-util/strace/strace-4.13.ebuild
@@ -30,7 +30,9 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
perl? ( dev-lang/perl )"
src_prepare() {
- if epatch_user || [[ ! -e configure ]] ; then
+ epatch_user
+
+ if [[ ! -e configure ]] ; then
# git generation
./xlat/gen.sh || die
./generate_mpers_am.sh || die