diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-07-12 17:16:52 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-07-12 17:16:52 +0000 |
commit | c605c841d1394c195d5a7e1bf6c0da3948a7f94f (patch) | |
tree | 67d08adeee3f721ad8ca6bc63dd1c6eebbd8bcc4 /dev-php/php | |
parent | Spell 'ipodder' correctly, thanks to latexer for picking that up (diff) | |
download | gentoo-2-c605c841d1394c195d5a7e1bf6c0da3948a7f94f.tar.gz gentoo-2-c605c841d1394c195d5a7e1bf6c0da3948a7f94f.tar.bz2 gentoo-2-c605c841d1394c195d5a7e1bf6c0da3948a7f94f.zip |
Stable on ppc64 (bug #97655)
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/php')
-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 cd86f074bf01..df744c4865f6 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.178 2005/07/12 15:48:19 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.179 2005/07/12 17:15:23 corsair Exp $ + + 12 Jul 2005; Markus Rothe <corsair@gentoo.org> php-4.4.0.ebuild: + Stable on ppc64 (bug #97655) 12 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> php-4.4.0.ebuild: Stable on sparc wrt #97655 diff --git a/dev-php/php/php-4.4.0.ebuild b/dev-php/php/php-4.4.0.ebuild index 0125e91fe485..bfd55d6faafe 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.3 2005/07/12 15:48:19 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.4.0.ebuild,v 1.4 2005/07/12 17:15:23 corsair 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() { |