commit:     9cce4d19880ad614c0e438c054baf74b9a6f4400
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 21:36:52 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 21:46:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cce4d19

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

diff --git a/dev-util/strace/strace-9999.ebuild 
b/dev-util/strace/strace-9999.ebuild
index 9ec77eb9b80..5d4fba688f4 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

Reply via email to