diff options
author | 2005-07-08 04:07:42 +0000 | |
---|---|---|
committer | 2005-07-08 04:07:42 +0000 | |
commit | eac8107bab0548fefbfd116fb60c0364b0d741e6 (patch) | |
tree | c60042349e97dbd362bdaa82719c0e06ef4b5116 /dev-php | |
parent | Literal re-write of linux32. Based off of a patch from debian's version, thi... (diff) | |
download | gentoo-2-eac8107bab0548fefbfd116fb60c0364b0d741e6.tar.gz gentoo-2-eac8107bab0548fefbfd116fb60c0364b0d741e6.tar.bz2 gentoo-2-eac8107bab0548fefbfd116fb60c0364b0d741e6.zip |
Stable on mips.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.3.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index e87a79d97fbe..16c2bca9bbae 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/php # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.171 2005/07/05 04:44:36 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.172 2005/07/08 04:07:42 hardave Exp $ + + 08 Jul 2005; Hardave Riar <hardave@gentoo.org> php-4.3.11.ebuild: + Stable on mips. 05 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> -php-4.3.9_rc1.ebuild: diff --git a/dev-php/php/php-4.3.11.ebuild b/dev-php/php/php-4.3.11.ebuild index 1bf8280600da..29187969957e 100644 --- a/dev-php/php/php-4.3.11.ebuild +++ b/dev-php/php/php-4.3.11.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.11.ebuild,v 1.12 2005/05/06 09:44:27 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.11.ebuild,v 1.13 2005/07/08 04:07:42 hardave Exp $ PHPSAPI="cli" inherit php-sapi eutils DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" src_unpack() { |