The zoom binary in net-im/zoom has qtx11extras library as a dependency (can be verified by 'ldd /path/to/zoom_binary') , however the output of emerge -pve net-im/zoom does not include the qtx11extras package Here we assume USE="-bundled-qt" Reproducible: Always Steps to Reproduce: 1. install net-im/zoom with USE="-bundled-qt" 2. check ldd /path/to/zoom | grep -i qt5x11extras 3. check output of emerge -pve net-im/zoom, the qtx11extras package is not there. Actual Results: check output of emerge -pve net-im/zoom, the qtx11extras package is not there. Expected Results: qtx11extras must be pulled in automatically into the dependency tree by portage
I think the package qtx11extras must be added into all the zoom ebuilds.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef2be4a068a2901630162c084912ecf17205869 commit 3ef2be4a068a2901630162c084912ecf17205869 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2022-01-09 13:50:49 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2022-01-09 14:07:19 +0000 net-im/zoom: Depend on dev-qt/qtx11extras:5 Closes: https://bugs.gentoo.org/830823 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org> net-im/zoom/zoom-5.8.6.739.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Thanks for reporting!
(No need to CC arch teams.)