error in depends, ebuild lists cpio as sys-apps/cpio instead of app-arch/cpio causing emerge -uUpD world to fail with error: These are the packages that I would merge, in order: Calculating world dependencies \ emerge: there are no masked or unmasked ebuilds to satisfy "sys-apps/cpio". !!! Problem with ebuild app-arch/rpm2targz-9.0-r2 !!! Possibly a DEPEND/*DEPEND problem. !!! Depgraph creation failed. Reproducible: Always Steps to Reproduce: 1.emerge sync 2.emerge -uUpD world 3.error message Actual Results: These are the packages that I would merge, in order: Calculating world dependencies \ emerge: there are no masked or unmasked ebuilds to satisfy "sys-apps/cpio". !!! Problem with ebuild app-arch/rpm2targz-9.0-r2 !!! Possibly a DEPEND/*DEPEND problem. !!! Depgraph creation failed. changed the ebuild to read "app-arch/cpio" instead of "sys-apps/cpio" worked for me.
This has been fixed in CVS already.