From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5836D1384B4 for ; Tue, 29 Sep 2015 19:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E573321C034; Tue, 29 Sep 2015 19:16:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BB0B21C034 for ; Tue, 29 Sep 2015 19:16:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64E91340B02 for ; Tue, 29 Sep 2015 19:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDA981F9 for ; Tue, 29 Sep 2015 19:15:56 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1443554116.095cc4cf14e36e20836acfe38cf0f6a225909f78.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 095cc4cf14e36e20836acfe38cf0f6a225909f78 X-VCS-Branch: master Date: Tue, 29 Sep 2015 19:15:56 +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: aab3e16f-4c05-4f11-b7ac-2837ce1bb413 X-Archives-Hash: 3afb7bbbcf3be60d5fda4ea2c99bc9b1 commit: 095cc4cf14e36e20836acfe38cf0f6a225909f78 Author: Mike Frysinger gentoo org> AuthorDate: Tue Sep 29 18:59:16 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Sep 29 19:15:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095cc4cf dev-util/strace: update bootstrap method to match current git dev-util/strace/strace-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 289f2f7..a72fc13 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -29,7 +29,8 @@ RDEPEND="perl? ( dev-lang/perl )" src_prepare() { if epatch_user || [[ ! -e configure ]] ; then # git generation - ./xlat/gen.sh + ./xlat/gen.sh || die + ./generate_mpers_am.sh || die eautoreconf [[ ! -e CREDITS ]] && cp CREDITS{.in,} fi