For example, ebuild kde-base/arts-1.1.2 uses mad but normalize has switched to libmad. There are many examples of this in the unstable tree. This may also become a problem in the stable tree as ebuilds move from unstable to stable. Reproducible: Always Steps to Reproduce: To list ebuilds that use either mad or libmad: find /usr/portage/ -name '*.ebuild'|xargs grep media-sound/mad\|media-libs/libmad' Actual Results: libmad is blocked by mad Expected Results: Need to update all ebuilds to libmad and/or libid3tag instead of mad at the one time.
This has been fixed in portage. All builds should be back on media-sound/mad again.