diff options
author | 2009-05-26 16:54:58 +0000 | |
---|---|---|
committer | 2009-05-26 16:54:58 +0000 | |
commit | 632e21d5a320e52a208c465abbbd4adb2b188623 (patch) | |
tree | b751d3445b616c5ca9cc86ae1d357fb35ad69e70 /dev-lang/php/php-5.2.9-r2.ebuild | |
parent | Call depend.apache_pkg_setup() in pkg_setup() (bug #268371). (diff) | |
download | historical-632e21d5a320e52a208c465abbbd4adb2b188623.tar.gz historical-632e21d5a320e52a208c465abbbd4adb2b188623.tar.bz2 historical-632e21d5a320e52a208c465abbbd4adb2b188623.zip |
Call depend.apache_pkg_setup() in pkg_setup() (bug #268371).
Package-Manager: portage-13625-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/php/php-5.2.9-r2.ebuild')
-rw-r--r-- | dev-lang/php/php-5.2.9-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/php/php-5.2.9-r2.ebuild b/dev-lang/php/php-5.2.9-r2.ebuild index 2755b96b77de..0524b95ac271 100644 --- a/dev-lang/php/php-5.2.9-r2.ebuild +++ b/dev-lang/php/php-5.2.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild,v 1.8 2009/04/20 15:53:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild,v 1.9 2009/05/26 16:53:59 arfrever Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -105,6 +105,7 @@ pkg_setup() { die "Please rebuild dev-libs/libpcre with USE=unicode" fi + depend.apache_pkg_setup php5_2-sapi_pkg_setup } |