If uw-imap is installed and mod_php is installed with USE-flag "imap" net- libs/c-client is installed. This will block further world upgrades, since both uw-imap and c-client provides c-client. Should uw-imap be dependant on c- client instead? Reproducible: Always Steps to Reproduce: 1. emerge uw-imap 2. USE="imap" emerge mod_php 3. emerge -vup --deep world Actual Results: c-client and uw-imap conflicts in the world update Expected Results: Shouldn't be a conflict. If I unmerge c-client and rerun emerge world, the c-client library would be re- added, but the conflict seems to be resolved, but once the world update is finished the conflict is back.
If you want uw-imap instead of c-client emerge unmerge c-client (take it out of your world file if it is still there) emerge uw-imap USE="imap" emerge mod_php emerge -vupD world