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 774BA1382C5 for ; Tue, 27 Apr 2021 12:10:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE3A3E0887; Tue, 27 Apr 2021 12:10:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D96EE088F for ; Tue, 27 Apr 2021 12:10:13 +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 34C30341138 for ; Tue, 27 Apr 2021 12:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B00CC71B for ; Tue, 27 Apr 2021 12:10:09 +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: <1619525388.99c6d84c90a35226a6a6f34413cdf889cb5c9d31.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: 99c6d84c90a35226a6a6f34413cdf889cb5c9d31 X-VCS-Branch: master Date: Tue, 27 Apr 2021 12:10:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43bcd47c-5e97-4525-a633-d8496d477669 X-Archives-Hash: e2c90ba2b6fcd62033260be5c87d70d5 commit: 99c6d84c90a35226a6a6f34413cdf889cb5c9d31 Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 27 12:06:26 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 27 12:09:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c6d84c dev-util/strace: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> dev-util/strace/strace-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index c08dbf18c0a..73df00d83ec 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,7 +41,7 @@ RDEPEND=" " PATCHES=( - "${FILESDIR}/${PN}-5.5-static.patch" + "${FILESDIR}/${PN}-5.11-static.patch" ) src_prepare() { @@ -97,8 +97,9 @@ src_test() { src_install() { default - if ! use perl ; then - rm "${ED}"/usr/bin/strace-graph || die + if use perl ; then + exeinto /usr/bin + doexe src/strace-graph fi dodoc CREDITS }