summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-17 21:55:13 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-17 21:55:13 +0000
commit3acf1fe8db4d5519d06bcebfa89903df4b7e3601 (patch)
tree87ac473f133e74debd3d0af7a59196c82e6d4de9 /dev-php/php/php-4.3.2-r3.ebuild
parentAdded <longdescription> to metadata.xml. (diff)
downloadgentoo-2-3acf1fe8db4d5519d06bcebfa89903df4b7e3601.tar.gz
gentoo-2-3acf1fe8db4d5519d06bcebfa89903df4b7e3601.tar.bz2
gentoo-2-3acf1fe8db4d5519d06bcebfa89903df4b7e3601.zip
r4 isn't a security update, but r3 was
Diffstat (limited to 'dev-php/php/php-4.3.2-r3.ebuild')
-rw-r--r--dev-php/php/php-4.3.2-r3.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-php/php/php-4.3.2-r3.ebuild b/dev-php/php/php-4.3.2-r3.ebuild
index d102c6e1aaea..c7f82e0b8e81 100644
--- a/dev-php/php/php-4.3.2-r3.ebuild
+++ b/dev-php/php/php-4.3.2-r3.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/php/php-4.3.2-r3.ebuild,v 1.1 2003/07/30 08:53:20 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.2-r3.ebuild,v 1.2 2003/08/17 21:55:11 robbat2 Exp $
PHPSAPI="cli"
inherit php eutils
@@ -18,8 +18,6 @@ DEPEND="${DEPEND}
RDEPEND="${RDEPEND}"
src_compile() {
- php_securityupgrade
-
# Readline and Ncurses are CLI PHP only
use ncurses || use readline && use_ncurses="--with-" || use_ncurses="--without-"
myconf="${myconf} `use_with readline`"
@@ -44,7 +42,6 @@ src_install() {
pkg_postinst() {
php_pkg_postinst
- php_securityupgrade
einfo "This is a CLI only build."
einfo "You can not use it on a webserver."
}