tried to emerge ipcad and it failed on my amd64 system because there was no ~amd64 keyword in the ebuild. Reproducible: Always I modified the ebuild for /usr/portage/net-analyzer/ipcad/ipcad-3.7 to include the keyword ~amd64 and compiled it. The compile gave no errors. The system is currently running on my box. I'll report back if there are any errors/crashes. I ran "ebuild /usr/portage/net-analyzer/ipcad/ipcad-3.7.ebuild digest" after modifying line 12 to be: KEYWORDS="ppc x86 ~amd64" from KEYWORDS="ppc x86" ... Then emerge -avt ipcad and all went as expected for an ebuild. Other Information that may be of interest: > uname -a Linux pres1 2.6.17-gentoo-r8 #2 SMP PREEMPT Wed Oct 18 19:13:51 CDT 2006 x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
Keyworded, thanks