diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-27 21:17:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-27 21:17:43 +0000 |
commit | b22294a0f37885cd5457adcf51e80d6349f27cc2 (patch) | |
tree | 9522dc789d5787c149dee44d38beac13cfa55391 /dev-php | |
parent | fixed herd name (Manifest recommit) (diff) | |
download | gentoo-2-b22294a0f37885cd5457adcf51e80d6349f27cc2.tar.gz gentoo-2-b22294a0f37885cd5457adcf51e80d6349f27cc2.tar.bz2 gentoo-2-b22294a0f37885cd5457adcf51e80d6349f27cc2.zip |
Stable on alpha, bug 64223.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 29210448c771..49209b667c4f 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/php # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.124 2004/09/27 19:19:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.125 2004/09/27 21:17:43 kloeri Exp $ + + 27 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> php-4.3.9.ebuild: + Stable on alpha, bug 64223. 27 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> php-4.3.9.ebuild: Stable on sparc wrt #64223 diff --git a/dev-php/php/php-4.3.9.ebuild b/dev-php/php/php-4.3.9.ebuild index e2f9965ff7f9..46e7ae52ed85 100644 --- a/dev-php/php/php-4.3.9.ebuild +++ b/dev-php/php/php-4.3.9.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.9.ebuild,v 1.3 2004/09/27 19:19:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.9.ebuild,v 1.4 2004/09/27 21:17:43 kloeri Exp $ PHPSAPI="cli" inherit php-sapi eutils DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="~x86 ppc sparc ~alpha ~hppa ~amd64 ~ia64 ~s390" +KEYWORDS="~x86 ppc sparc alpha ~hppa ~amd64 ~ia64 ~s390" IUSE="" src_unpack() { |