Hi, mod_fastcgi is currently blocking the upgrade from apache 2.2 to apache 2.4 due to dependency to 2.2 in the ebuild. The version pre0910052141-r1 doesn’t have this dependency: alarig@bulbizarre /usr/portage/www-apache/mod_fastcgi $ diff mod_fastcgi-2.4.7_pre0910052141.ebuild mod_fastcgi-2.4.7_pre0910052141-r1.ebuild 5c5,6 < inherit apache-module --- > EAPI="5" > inherit apache-module eutils 8d8 < 13c13 < KEYWORDS="amd64 x86" --- > KEYWORDS="~amd64 ~x86" 26c26,30 < need_apache2_2 --- > need_apache2 > > src_prepare() { > epatch "${FILESDIR}/${PN}-compile-against-apache2.4.patch" > } So, it is possible to stabilise -r1? Thanks, -- alarig
removed