The RDEPEND variable in fsarchiver-0.8.5.ebuild is assigned a value of DDEPEND variable, which is a non-existent variable. This looks like a typo in ebuild. See fsarchiver-0.8.5.ebuild line 31 below, 29 zstd? ( app-arch/zstd[static-libs] ) 30 )" 31 RDEPEND="${DDEPEND}" 32 33 src_prepare() { 34 default There is no DDEPEND variable, I think this should be ${DEPEND}. Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae1ead872fbae7e4a460e48e49aa151b18c1132 commit 1ae1ead872fbae7e4a460e48e49aa151b18c1132 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-02-06 23:35:40 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-02-06 23:38:34 +0000 app-backup/fsarchiver: fix DDEPEND typo Closes: https://bugs.gentoo.org/703522 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> .../{fsarchiver-0.8.5.ebuild => fsarchiver-0.8.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)