app-text/pelican has dependencies set in DEPEND="..." but RDEPEND="". So when installing from a binary package, the dependencies are not install with the pelican package. I've modified the ebuild in a local overlay to fix the issue by changing it to: RDEPEND="${DEPEND}"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffb0981b1e222e55cf30e3274150ddcaeb2f9b commit e5ffb0981b1e222e55cf30e3274150ddcaeb2f9b Author: Sam James <sam@gentoo.org> AuthorDate: 2021-02-06 21:37:16 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-02-06 21:47:06 +0000 app-text/pelican: fix DEPEND typo in earlier versions Fixed in 4.5.3 anyway but let's do this just to be consistent. Closes: https://bugs.gentoo.org/648650 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> .../{pelican-4.2.0.ebuild => pelican-4.2.0-r1.ebuild} | 15 +++++++++------ .../{pelican-4.5.1.ebuild => pelican-4.5.1-r1.ebuild} | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-)