diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-07-24 05:02:31 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-07-24 05:02:31 +0000 |
commit | 95521bf62a1267d62f9c89dc9f947854f4b9d080 (patch) | |
tree | f1492207fcb4fc7cfecae628cf05c48f14eccc31 | |
parent | added ~amd64 (diff) | |
download | gentoo-2-95521bf62a1267d62f9c89dc9f947854f4b9d080.tar.gz gentoo-2-95521bf62a1267d62f9c89dc9f947854f4b9d080.tar.bz2 gentoo-2-95521bf62a1267d62f9c89dc9f947854f4b9d080.zip |
Stable on mips, bug #97655.
(Portage version: 2.0.51.19)
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index ccf2589d6697..be843a930de7 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.186 2005/07/15 06:43:47 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.187 2005/07/24 05:02:31 hardave Exp $ + + 24 Jul 2005; Hardave Riar <hardave@gentoo.org> php-4.4.0.ebuild: + Stable on mips, bug #97655. 15 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> php-5.1.0_beta-r2.ebuild: diff --git a/dev-php/php/php-4.4.0.ebuild b/dev-php/php/php-4.4.0.ebuild index a76eaa6fc2bc..60fa6a9a5391 100644 --- a/dev-php/php/php-4.4.0.ebuild +++ b/dev-php/php/php-4.4.0.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.4.0.ebuild,v 1.8 2005/07/14 15:44:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.4.0.ebuild,v 1.9 2005/07/24 05:02:31 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() { |