Compiles fine 4 me with 3.2.1 regards, Rogi # diff -ur mod_python-3.0.0_beta4.ebuild mod_python-3.0.1.ebuild -NEWP="`echo ${P} | sed -e 's|_beta|-BETA|'`" -S=${WORKDIR}/${NEWP} -SRC_URI="http://www.apache.org/dist/httpd/modpython/dev/${NEWP}.tgz" +#Not beta anymore +#NEWP="`echo ${P} | sed -e 's|_beta|-BETA|'`" + +S=${WORKDIR}/${P} +SRC_URI="http://www.apache.org/dist/httpd/modpython/${P}.tgz" DEPEND="dev-lang/python =net-www/apache-2*" LICENSE="Apache-1.1" KEYWORDS="~x86"
You can add ~ppc to the KEYWORDS, It compiles and the simple "Hello World!" test does it.
Looks like the new ebuild was silently added to bugzilla. Sorry about that! Thanks for your contribution!