commit: 9087009cbc96d9e66ba4395bd701d5159c4772d3
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 17:12:39 2023 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 17:12:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9087009c
app-crypt/tpm2-openssl: add missing build dependency
The "eautoreconf" call requires sys-devel/autoconf-archive to be
present, otherwise configure fails due to missing autoconf archive
features.
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
app-crypt/tpm2-openssl/tpm2-openssl-1.1.1-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-crypt/tpm2-openssl/tpm2-openssl-1.1.1-r1.ebuild
b/app-crypt/tpm2-openssl/tpm2-openssl-1.1.1-r1.ebuild
index a7e97911f696..a420baf98c3a 100644
--- a/app-crypt/tpm2-openssl/tpm2-openssl-1.1.1-r1.ebuild
+++ b/app-crypt/tpm2-openssl/tpm2-openssl-1.1.1-r1.ebuild
@@ -24,7 +24,9 @@ DEPEND="${RDEPEND}
app-crypt/tpm2-abrmd
app-crypt/tpm2-tools
)"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+ sys-devel/autoconf-archive
+ virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${P}-tests-include-base-provider-required-to-load-ecparam.patch"