summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php-cgi/ChangeLog5
-rw-r--r--dev-php/php-cgi/php-cgi-5.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php-cgi/ChangeLog b/dev-php/php-cgi/ChangeLog
index 7e5144c9d103..a2250b3e56e7 100644
--- a/dev-php/php-cgi/ChangeLog
+++ b/dev-php/php-cgi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/php-cgi
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.35 2004/08/13 21:42:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.36 2004/08/14 21:58:53 robbat2 Exp $
+
+ 14 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> php-cgi-5.0.1.ebuild:
+ Typo fix.
*php-cgi-5.0.1 (13 Aug 2004)
*php-cgi-4.3.9_rc1-r1 (13 Aug 2004)
diff --git a/dev-php/php-cgi/php-cgi-5.0.1.ebuild b/dev-php/php-cgi/php-cgi-5.0.1.ebuild
index dde9f38c2f23..81ffc3b59bd5 100644
--- a/dev-php/php-cgi/php-cgi-5.0.1.ebuild
+++ b/dev-php/php-cgi/php-cgi-5.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-5.0.1.ebuild,v 1.1 2004/08/13 21:42:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-5.0.1.ebuild,v 1.2 2004/08/14 21:58:53 robbat2 Exp $
PHPSAPI="cgi"
MY_P="php-${PV}"
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~x86"
# provides all base PHP extras (eg PEAR, extension building stuff)
-DEPEND_PHP=">=${PHP_PROVIDER_PKG}-5.0.0-r1"
+DEPEND_PHP=">=${PHP_PROVIDER_PKG}-5.0.1"
DEPEND="${DEPEND} ${DEPEND_PHP}"
RDEPEND="${RDEPEND} ${DEPEND_PHP}"