When attempting to emerge cacti-cactid I noticed that it is missing the ppc or ~ppc keyword. After adding that keyword I am able to emerge and run cactid successfully. Please add the ~ppc keyword to cacti-cactid-0.8.6d-r1.ebuild Reproducible: Always Steps to Reproduce: 1. echo "net-analyzer/cacti-cactid ~ppc" >> /etc/portage/package.keywords 2. emerge -a cacti-cactid Actual Results: # echo "net-analyzer/cacti-cactid ~ppc" >> /etc/portage/package.keywords # emerge -a cacti-cactid These are the packages that I would merge, in order: Calculating dependencies !!! All ebuilds that could satisfy "cacti-cactid" have been masked. !!! One of the following masked packages is required to complete your request: - net-analyzer/cacti-cactid-0.8.6c (masked by: missing keyword) - net-analyzer/cacti-cactid-0.8.6d-r1 (masked by: missing keyword) For more information, see MASKED PACKAGES section in the emerge man page or section 2.2 "Software Availability" in the Gentoo Handbook. Expected Results: # echo "net-analyzer/cacti-cactid ~ppc" >> /etc/portage/package.keywords # emerge -a cacti-cactid These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] net-analyzer/cacti-cactid-0.8.6d-r1 Do you want me to merge these packages? [Yes/No] I am still new to submitting bug reports here. Please let me know if there is anything I can do to make these reports more usable.
Marked ~ppc in CVS. Thanks for the report!