diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-05-31 22:52:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-05-31 22:52:37 +0000 |
commit | eb344bc409e8bcc0cda5766a17524700db0ef453 (patch) | |
tree | 4ea3fd20bf1150a582947211e5f27f7da5491ab6 /dev-php | |
parent | Ready for php 4.3.2. berkdb disabled. also some vars to temp disable other st... (diff) | |
download | gentoo-2-eb344bc409e8bcc0cda5766a17524700db0ef453.tar.gz gentoo-2-eb344bc409e8bcc0cda5766a17524700db0ef453.tar.bz2 gentoo-2-eb344bc409e8bcc0cda5766a17524700db0ef453.zip |
removed cli removal
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/Manifest | 2 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.2.ebuild | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/dev-php/mod_php/Manifest b/dev-php/mod_php/Manifest index d7796780d914..b9b3730797ae 100644 --- a/dev-php/mod_php/Manifest +++ b/dev-php/mod_php/Manifest @@ -1,4 +1,4 @@ -MD5 d9c86f85851b5c5344f4e06dcf1d1d68 mod_php-4.3.2.ebuild 2821 +MD5 48a4d1e841699a7dc2d4aae10254109f mod_php-4.3.2.ebuild 2768 MD5 31e28f7f7df06e387c40cdad216265ab mod_php-4.3.1-r3.ebuild 2589 MD5 e71b9c41e34ef0cd3a7c4330f727cf28 mod_php-4.3.1.ebuild 9213 MD5 c99a00bf82ec9a082399ab1dd931c415 mod_php-4.3.1-r2.ebuild 9241 diff --git a/dev-php/mod_php/mod_php-4.3.2.ebuild b/dev-php/mod_php/mod_php-4.3.2.ebuild index 5cead6638e65..b25d3a23efd3 100644 --- a/dev-php/mod_php/mod_php-4.3.2.ebuild +++ b/dev-php/mod_php/mod_php-4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.2.ebuild,v 1.1 2003/05/31 22:32:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.2.ebuild,v 1.2 2003/05/31 22:52:35 robbat2 Exp $ inherit php eutils @@ -42,9 +42,6 @@ src_compile() { #php CGI stuff #--enable-discard-path --enable-force-cgi-redirect - # No CLI in here - myconf="${myconf} --disable-cli" - php_src_compile } |