commit: fc9b2740db655af9771048cf8c8de8ce04648cf7 Author: Salah Coronya <salah.coronya <AT> gmail <DOT> com> AuthorDate: Sun May 17 23:25:47 2020 +0000 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Mon May 18 04:59:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9b2740
app-crypt/tpm2-tss: Fix required USE flags Closes: https://bugs.gentoo.org/723518 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Salah Coronya <salah.coronya <AT> gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org> app-crypt/tpm2-tss/tpm2-tss-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.4.0.ebuild b/app-crypt/tpm2-tss/tpm2-tss-2.4.0.ebuild index 76c8cc9bf6d..67416ada8a8 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-2.4.0.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-2.4.0.ebuild @@ -17,7 +17,7 @@ IUSE="doc +fapi gcrypt +openssl static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="^^ ( gcrypt openssl ) - fapi ( !gcrypt )" + fapi? ( openssl !gcrypt )" RDEPEND="acct-group/tss acct-user/tss
