The build of app-crypt/tpm2-tss will fail if sys-apps/acl isn't installed, as the ebuild will return: configure: error: Missing required program 'setfacl': ensure it is installed and on PATH. Though sys-apps/acl isn't mentioned in the ebuild of tpm2-tss anywhere. Reproducible: Always Steps to Reproduce: 1. Try to install app-crypt/tpm2-tss-3.1.0 without sys-apps/acl installed. Actual Results: ebuild fails. Expected Results: emerge pulls in acl with it if it's missing. As you would expect, emerging acl makes tpm2-tss install without issue.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802f9e2fe0aff2d039866457515c747cffe3505a commit 802f9e2fe0aff2d039866457515c747cffe3505a Author: Christopher Byrne <salah.coronya@gmail.com> AuthorDate: 2021-06-12 19:17:22 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2021-06-12 19:17:22 +0000 app-crypt/tpm2-tss: Add missing BDEPEND sys-apps/acl Closes: https://github.com/gentoo/gentoo/pull/21211 Closes: https://bugs.gentoo.org/795423 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org> app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)