This ebuild includes sys-fs/lufis as a dependancy, but the dependacy is actually the other way around. sys-fs/lufis depends on sys-fs/lufs (and does so in portage correctly). The resolution would be for sys-fs/lufis to be removed from the DEPEND. I realize this is already a deprecated package, but if it is gonna be in portage, it should at least be correct. Reproducible: Always Steps to Reproduce: 1. 2. 3.
The dep is correct in gentoo. lufs depends on lufis and fuse to use it as kernel interface lufis does not depend on lufs because it uses fuse as kernel interface. lufs ebuild only includes the ftp-lufs and ssh-lufs lufis contains lufs->fuse translation layers fuse contains the kernel module +fuse libs. And I can assure you all deps are correct :)
INVALID