diff options
author | 2023-09-16 12:12:39 -0500 | |
---|---|---|
committer | 2023-09-16 12:12:39 -0500 | |
commit | 9087009cbc96d9e66ba4395bd701d5159c4772d3 (patch) | |
tree | 9b238240d10ab7e2e55d90cd10badd84b84f3a2f | |
parent | app-crypt/tpm2-openssl: Fix build with slibtool (diff) | |
download | gentoo-9087009cbc96d9e66ba4395bd701d5159c4772d3.tar.gz gentoo-9087009cbc96d9e66ba4395bd701d5159c4772d3.tar.bz2 gentoo-9087009cbc96d9e66ba4395bd701d5159c4772d3.zip |
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@gentoo.org>
-rw-r--r-- | app-crypt/tpm2-openssl/tpm2-openssl-1.1.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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" |