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 BBB5213888F for ; Tue, 20 Oct 2015 12:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B55521C011; Tue, 20 Oct 2015 12:23:59 +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 E981821C011 for ; Tue, 20 Oct 2015 12:23:58 +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 1F5A23406DD for ; Tue, 20 Oct 2015 12:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6935E13E6 for ; Tue, 20 Oct 2015 12:23:55 +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: <1445343821.14d727501e1d4406147fa91dbadcfb5e5eb6932f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/systemtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/systemtap/systemtap-2.9.ebuild X-VCS-Directories: dev-util/systemtap/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 14d727501e1d4406147fa91dbadcfb5e5eb6932f X-VCS-Branch: master Date: Tue, 20 Oct 2015 12:23:55 +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: 51210aae-9977-4e2f-b110-19f1e01168d0 X-Archives-Hash: 0d4180033563f009edd7ed59b21e01a9 commit: 14d727501e1d4406147fa91dbadcfb5e5eb6932f Author: Lars Wendler gentoo org> AuthorDate: Tue Oct 20 12:23:41 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Oct 20 12:23:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d72750 dev-util/systemtap: Added epatch_user. Package-Manager: portage-2.2.23 Signed-off-by: Lars Wendler gentoo.org> dev-util/systemtap/systemtap-2.9.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/systemtap/systemtap-2.9.ebuild b/dev-util/systemtap/systemtap-2.9.ebuild index e2e948e..66bc172 100644 --- a/dev-util/systemtap/systemtap-2.9.ebuild +++ b/dev-util/systemtap/systemtap-2.9.ebuild @@ -56,6 +56,9 @@ src_prepare() { testsuite/systemtap.base/sdt.exp \ scripts/kprobes_test/gen_code.py \ || die "Failed to clean up sources" + + epatch_user + eautoreconf }