--- /usr/portage/www-apache/mod_suphp/mod_suphp-0.7.1.ebuild 2009-09-17 12:16:44.000000000 +0200 +++ mod_suphp-0.7.1-r9999.ebuild 2010-02-06 21:25:23.000000000 +0100 @@ -4,7 +4,7 @@ EAPI="2" -inherit apache-module confutils +inherit apache-module confutils eutils DESCRIPTION="suPHP is a tool for executing PHP scripts with the permissions of their owners." HOMEPAGE="http://www.suphp.org/" @@ -47,6 +47,12 @@ elog } +src_unpack() { + unpack "${A}" + cd "${S}" + epatch "${FILESDIR}/${P}-parent-directory-ownership.patch" +} + src_configure() { local myargs="" use checkpath || myargs="--disable-checkpath"