While checking out revdep for openexr-2.4.1 bump, this issue popped up. media-libs/openexr_ctl depends on media-libs/ctl, while media-libs/ctl blocks media-libs/openexr_ctl. Reproducible: Always Steps to Reproduce: 1. emerge openexr_ctl 2. 3. Actual Results: (chroot64) artus /etc # emerge -pv openexr_ctl These are the packages that would be merged, in order: Calculating dependencies ... done! [ebuild N ] media-libs/ctl-1.5.2-r2::gentoo-git 0 KiB [ebuild N ] media-libs/openexr_ctl-1.0.1-r3::gentoo-git USE="-static-libs" 355 KiB [blocks B ] media-libs/openexr_ctl ("media-libs/openexr_ctl" is blocking media-libs/ctl-1.5.2-r2) Total: 2 packages (2 new), Size of downloads: 355 KiB Conflict: 1 block (1 unsatisfied) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (media-libs/openexr_ctl-1.0.1-r3:0/0::gentoo-git, ebuild scheduled for merge) pulled in by openexr_ctl Note, although this happened in a clean testing chroot, the issue also pops up on my desktop environment. The media-libs/openexr_ctl looks quite old, using EAPI 5. Additionally the media-libs/ctl sources contain a OpenEXR_CTL directory, which get's compiled by default and contains the CtlModules, exrdpx and exr_ctl_exr directories, which are also present in the <ctl>/OpenEXR_CTL directory. Maybe the media-libs/openexr_ctl package can be last-rited, after this has been verified?
(In reply to Bernd from comment #0) > which are also present in the <ctl>/OpenEXR_CTL directory. Should read: which are also present in the openexr_ctl working directory.