commit:     191153b14de2fe48c8660bbd57ca0bbd21c9cbf9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 13:15:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 25 21:52:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191153b1

app-crypt/tpm2-tss: avoid maintainer mode

We apply a patch to Makefile.am *after* eautoreconf which isn't right.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/tpm2-tss/tpm2-tss-4.0.0.ebuild | 2 +-
 app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-4.0.0.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-4.0.0.ebuild
index ba650e60ee44..c3ee7e33a8d1 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-4.0.0.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-4.0.0.ebuild
@@ -49,8 +49,8 @@ pkg_setup() {
 }
 
 src_prepare() {
-       eautoreconf
        default
+       eautoreconf
 }
 
 multilib_src_configure() {

diff --git a/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
index 5ad07a286471..0b223f6cf61a 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
@@ -50,8 +50,8 @@ pkg_setup() {
 }
 
 src_prepare() {
-       eautoreconf
        default
+       eautoreconf
 }
 
 multilib_src_configure() {

Reply via email to