From 9cce4d19880ad614c0e438c054baf74b9a6f4400 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 5 Jul 2017 23:36:52 +0200 Subject: dev-util/strace: Sync live ebuild Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-util/strace/strace-9999.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'dev-util') diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 9ec77eb9b806..5d4fba688f4b 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 inherit flag-o-matic eutils toolchain-funcs @@ -23,11 +23,15 @@ IUSE="aio perl static unwind" LIB_DEPEND="unwind? ( sys-libs/libunwind[static-libs(+)] )" # strace only uses the header from libaio to decode structs -DEPEND="static? ( ${LIB_DEPEND} ) +DEPEND=" + static? ( ${LIB_DEPEND} ) aio? ( >=dev-libs/libaio-0.3.106 ) - sys-kernel/linux-headers" -RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) - perl? ( dev-lang/perl )" + sys-kernel/linux-headers +" +RDEPEND=" + !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + perl? ( dev-lang/perl ) +" src_prepare() { if epatch_user || [[ ! -e configure ]] ; then -- cgit v1.2.3-65-gdbad