bash-2.05b# ACCEPT_KEYWORD="~86" emerge -p mysql-4.0.12.ebuild These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] dev-db/mysql-4.0.12 [ebuild N ] dev-db/mysql-3.23.56 [ebuild N ] dev-perl/DBD-mysql-2.1013-r1 make.conf: USE="acpi alsa -crypt -encode gphoto2 -gpm gtk2 imap innodb java -kde -nls -pam -qt -spell -ssl -tcpd usb" If I add -perl to use flags it okay. I do not understand why PDEPEND is in there for mysql-4. Reproducible: Always Steps to Reproduce: 1.ACCEPT_KEYWORD="~86" emerge -p mysql-4.0.12.ebuild Expected Results: install mysql-4 only
If you set ACCEPT_KEYWORD="~x86" in your make.conf, and do 'emerge -p mysql', could you show me the output please? Could you also include 'emerge info' ?
ACCEPT_KEYWORD="~86" emerge -p mysql-4.0.12.ebuild I was not typing the above line correctly, I should have typed "~x86" not "~86". Then it works correctly. Thanks for your time, and I am sorry for wasting yours.