Running the Circle after emerging will yeild the error message "ImportError: No module named crypto.number". This is due to missing lines in the ebuild. In the ebuild after this line: doins circlelib/*.xpm put the following: insinto /usr/lib/python${PYVER}/site-packages/circlelib/crypto/ doins circlelib/crypto/* emerge again, and The Circle will work. Reproducible: Always Steps to Reproduce: 1.Get to console and type the following: 2.ACCEPT_KEYWORDS="~x86" emerge Circle 3.circle Actual Results: ImportError: No module named crypto.number Expected Results: No error message. In the ebuild after this line: doins circlelib/*.xpm put the following: insinto /usr/lib/python${PYVER}/site-packages/circlelib/crypto/ doins circlelib/crypto/* emerge again, and The Circle will work. Some of the html files may also be in places that it doesn't expect, and additional insinto/doins lines may be necessary. I'm currently on a NAT network so I can't run the program fully to test.
Nice catch! -r1 is now in portage