diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-24 18:30:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-24 18:30:57 +0000 |
commit | b4665282fae16cce02e07a429c4b95520c9efef2 (patch) | |
tree | 270aead09eeac99fef872ebb6192c8d68e14b876 /dev-php | |
parent | Removed old ebuild. (diff) | |
download | gentoo-2-b4665282fae16cce02e07a429c4b95520c9efef2.tar.gz gentoo-2-b4665282fae16cce02e07a429c4b95520c9efef2.tar.bz2 gentoo-2-b4665282fae16cce02e07a429c4b95520c9efef2.zip |
remove extra enable-pear
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/php-4.3.1-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-php/php/php-4.3.1-r2.ebuild b/dev-php/php/php-4.3.1-r2.ebuild index 76867d689b07..6700a7aa7c37 100644 --- a/dev-php/php/php-4.3.1-r2.ebuild +++ b/dev-php/php/php-4.3.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1-r2.ebuild,v 1.2 2003/04/24 10:18:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1-r2.ebuild,v 1.3 2003/04/24 18:30:57 robbat2 Exp $ inherit php eutils @@ -20,12 +20,10 @@ src_compile() { use readline && myconf="${myconf} --with-readline" - myconf="${myconf} \ --disable-cgi \ --enable-cli \ - --enable-pcntl \ - --with-pear" + --enable-pcntl" php_src_compile |