summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Nussbaumer <killerfox@gentoo.org>2005-07-14 18:22:15 +0000
committerRené Nussbaumer <killerfox@gentoo.org>2005-07-14 18:22:15 +0000
commit88484d5c681c55e9923aeed819d8c6100cd06d70 (patch)
treea1cf5a0fbb1d8cc2e6b025f44f00866ca09a86eb /dev-php/php-cgi
parentDon't set EMVER or IPCVER when we're not delivering enigmail anyway (diff)
downloadgentoo-2-88484d5c681c55e9923aeed819d8c6100cd06d70.tar.gz
gentoo-2-88484d5c681c55e9923aeed819d8c6100cd06d70.tar.bz2
gentoo-2-88484d5c681c55e9923aeed819d8c6100cd06d70.zip
Stable on hppa
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/php-cgi')
-rw-r--r--dev-php/php-cgi/ChangeLog5
-rw-r--r--dev-php/php-cgi/php-cgi-4.4.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php-cgi/ChangeLog b/dev-php/php-cgi/ChangeLog
index c91deff07a69..843034c2edc2 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.90 2005/07/14 08:50:22 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.91 2005/07/14 18:22:15 killerfox Exp $
+
+ 14 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> php-cgi-4.4.0.ebuild:
+ Stable on hppa. bug 97655
14 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
php-cgi-4.4.0.ebuild:
diff --git a/dev-php/php-cgi/php-cgi-4.4.0.ebuild b/dev-php/php-cgi/php-cgi-4.4.0.ebuild
index 139987ef2606..3cc4e06b15d4 100644
--- a/dev-php/php-cgi/php-cgi-4.4.0.ebuild
+++ b/dev-php/php-cgi/php-cgi-4.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.4.0.ebuild,v 1.6 2005/07/14 08:50:22 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.4.0.ebuild,v 1.7 2005/07/14 18:22:15 killerfox Exp $
PHPSAPI="cgi"
inherit php-sapi eutils
@@ -8,7 +8,7 @@ inherit php-sapi eutils
DESCRIPTION="PHP CGI"
SLOT="0"
IUSE="${IUSE} force-cgi-redirect"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc sparc x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc sparc x86"
# for this revision only
PDEPEND=">=${PHP_PROVIDER_PKG}-4.4.0"