dev-util/strace: Synced live ebuild.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2019-03-19 09:31:57 +01:00
parent 303f35849a
commit 37a45b7742

View 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() {