dev-util/strace: Synced live ebuild.
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 19 Mar 2019 08:31:57 +0000 (09:31 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 19 Mar 2019 08:31:57 +0000 (09:31 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
dev-util/strace/strace-9999.ebuild

index cf9b883908467a250ee15a7a82260ff15b67aba4..e4f979cf05197ab0ecefeba1ce580a12535f2347 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -69,10 +69,12 @@ src_configure() {
        done
 
        # Don't require mpers support on non-multilib systems. #649560
-       econf \
-               --enable-mpers=check \
-               $(use_with unwind libunwind) \
+       local myeconfargs=(
+               --enable-mpers=check
+               $(use_with unwind libunwind)
                $(use_with elfutils libdw)
+       )
+       econf "${myeconfargs[@]}"
 }
 
 src_test() {