Build fails because non-PEAR package is used. Having looked at the ebuild for dev-php5/propel-runtime it looks like the SRC_URI needs to be changed: Old: http://files.propelorm.org/propel-${PV}.tar.gz New: http://pear.propelorm.org/get/propel_runtime-${PV}.tgz I've tested this and it works. Reproducible: Always Steps to Reproduce: 1. Emerge dev-php5/propel-generator (or dev-php5/propel which requires it). 2. Boom! Actual Results: dev-php5/propel-generator fails to emerge. Expected Results: dev-php5/propel-generator should emerge successfully.
thanks for catching this, fixed in CVS
*** Bug 324827 has been marked as a duplicate of this bug. ***