commit: 583a5e7f3ec10f5294be624fe32595391e489856 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Fri Mar 10 02:53:04 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 11 17:15:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583a5e7f
app-crypt/tpm2-tss: Build fix for multilib systems Closes: https://bugs.gentoo.org/900605 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30036 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 ba650e60ee44..ad30c4a63efa 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild @@ -22,6 +22,7 @@ REQUIRED_USE="^^ ( mbedtls openssl ) RDEPEND="acct-group/tss acct-user/tss + sys-apps/util-linux:=[${MULTILIB_USEDEP}] fapi? ( dev-libs/json-c:=[${MULTILIB_USEDEP}] >=net-misc/curl-7.80.0[${MULTILIB_USEDEP}] ) mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] )
