diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-12 09:25:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-12 09:25:37 +0000 |
commit | 4dfaea6f5fc8e46b414a3c774302b477bbae7675 (patch) | |
tree | 92b784ecff1a0608365421e71fd879c630a95dad /www-apache/mod_caucho/mod_caucho-4.0.26.ebuild | |
parent | Restricting to apache 2.2 (diff) | |
download | gentoo-2-4dfaea6f5fc8e46b414a3c774302b477bbae7675.tar.gz gentoo-2-4dfaea6f5fc8e46b414a3c774302b477bbae7675.tar.bz2 gentoo-2-4dfaea6f5fc8e46b414a3c774302b477bbae7675.zip |
Restricting to apache 2.2
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_caucho/mod_caucho-4.0.26.ebuild')
-rw-r--r-- | www-apache/mod_caucho/mod_caucho-4.0.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild index fbe419fc997d..20181478d353 100644 --- a/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild +++ b/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild,v 1.3 2012/08/21 15:12:37 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild,v 1.4 2012/10/12 09:25:37 patrick Exp $ EAPI="2" @@ -27,7 +27,7 @@ APACHE2_MOD_CONF="88_${PN}" APACHE2_MOD_DEFINE="CAUCHO" APACHE2_MOD_FILE="${S}/modules/c/src/apache2/.libs/${PN}.so" -need_apache2 +need_apache2_2 src_prepare() { for i in "${WORKDIR}"/${PV}/mod_caucho-*; do |