diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-15 11:16:58 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-15 11:16:58 +0000 |
commit | 753e3c50498de11c14d137eb9023164d7412bdbb (patch) | |
tree | a2215c129c830c81fe384ef16485f4a73756d054 /dev-php | |
parent | Changed virtual/glibc to virtual/libc in DEPEND, my thanks and my apologies g... (diff) | |
download | gentoo-2-753e3c50498de11c14d137eb9023164d7412bdbb.tar.gz gentoo-2-753e3c50498de11c14d137eb9023164d7412bdbb.tar.bz2 gentoo-2-753e3c50498de11c14d137eb9023164d7412bdbb.zip |
Stable on alpha, see bug #56985.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 384b52037d02..1e77c54d270b 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.107 2004/07/15 00:22:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.108 2004/07/15 11:16:58 kloeri Exp $ + + 15 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> php-4.3.8.ebuild: + Stable on alpha, see bug #56985. 14 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.8.ebuild: stable on x86, security. diff --git a/dev-php/php/php-4.3.8.ebuild b/dev-php/php/php-4.3.8.ebuild index a4f6c049dae5..4bceb04a28ac 100644 --- a/dev-php/php/php-4.3.8.ebuild +++ b/dev-php/php/php-4.3.8.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.8.ebuild,v 1.6 2004/07/15 00:49:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.8.ebuild,v 1.7 2004/07/15 11:16:58 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() { |