In apache-manual-2.0.49-r1.ebuild and apache-manual-2.0.49-r3.ebuild there are this problem: rc_install() { insinto /etc/apache2/conf/modules.d doins ${FILESDIR}/00_apache_manual.conf sed -i -e "s:2.0.49:${MV_VERSION}:" ..... <------------ The MV_VERSION do not exists, exists MY_VERSION Reproducible: Always Steps to Reproduce: 1. 2. 3.
Oops..fixed