From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2816D139695 for ; Wed, 5 Jul 2017 21:46:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBD98274025; Wed, 5 Jul 2017 21:46:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB9EA274025 for ; Wed, 5 Jul 2017 21:46:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFBB5341818 for ; Wed, 5 Jul 2017 21:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09B1774A7 for ; Wed, 5 Jul 2017 21:46:52 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1499291203.9cce4d19880ad614c0e438c054baf74b9a6f4400.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/strace-9999.ebuild X-VCS-Directories: dev-util/strace/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9cce4d19880ad614c0e438c054baf74b9a6f4400 X-VCS-Branch: master Date: Wed, 5 Jul 2017 21:46:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 79a412e2-544f-4de6-bce4-a9b73ec746c5 X-Archives-Hash: a1550ceeab5d50d7a9d1245e68b25f8c commit: 9cce4d19880ad614c0e438c054baf74b9a6f4400 Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 5 21:36:52 2017 +0000 Commit: Lars Wendler gentoo 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