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 0FEAD158041 for ; Wed, 8 Sep 2021 06:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DADEE08C8; Wed, 8 Sep 2021 06:46:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 66E41E08ED for ; Wed, 8 Sep 2021 06:46:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1157D342AF4 for ; Wed, 8 Sep 2021 06:46:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83D01BA for ; Wed, 8 Sep 2021 06:46:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631083563.0534e0b79048e8fa7a6c697549c2b6b8b1b3a0c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-tools/tpm2-tools-4.3.2.ebuild X-VCS-Directories: app-crypt/tpm2-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0534e0b79048e8fa7a6c697549c2b6b8b1b3a0c5 X-VCS-Branch: master Date: Wed, 8 Sep 2021 06:46:15 +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: bad59e54-01e4-46df-ad07-93753163a791 X-Archives-Hash: 62cf50edb977ff2208590df4ca29c5c9 commit: 0534e0b79048e8fa7a6c697549c2b6b8b1b3a0c5 Author: Christopher Byrne gmail com> AuthorDate: Wed Sep 8 03:01:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 8 06:46:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0534e0b7 app-crypt/tpm2-tools: Call default before eautoreconf in src_prepare Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Christopher Byrne gmail.com> Signed-off-by: Sam James gentoo.org> app-crypt/tpm2-tools/tpm2-tools-4.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/tpm2-tools/tpm2-tools-4.3.2.ebuild b/app-crypt/tpm2-tools/tpm2-tools-4.3.2.ebuild index 01663f80cd5..fc76619d179 100644 --- a/app-crypt/tpm2-tools/tpm2-tools-4.3.2.ebuild +++ b/app-crypt/tpm2-tools/tpm2-tools-4.3.2.ebuild @@ -33,8 +33,8 @@ src_prepare() { sed -i \ "s/m4_esyscmd_s(\[git describe --tags --always --dirty\])/${PV}/" \ "${S}/configure.ac" || die - eautoreconf default + eautoreconf } src_configure() {