diff options
author | 2004-09-27 11:19:04 +0000 | |
---|---|---|
committer | 2004-09-27 11:19:04 +0000 | |
commit | fd35f6d5c40272cbfceb6b24597f54436668afb5 (patch) | |
tree | 549e9abc65ae7e25df0494196ebd011d558a4db9 | |
parent | add mppe-mppc support via useflag, bug #51027 (Manifest recommit) (diff) | |
download | gentoo-2-fd35f6d5c40272cbfceb6b24597f54436668afb5.tar.gz gentoo-2-fd35f6d5c40272cbfceb6b24597f54436668afb5.tar.bz2 gentoo-2-fd35f6d5c40272cbfceb6b24597f54436668afb5.zip |
stable for gsla: 64223
-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 3a0bce733545..08a9cf877885 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.122 2004/09/24 18:25:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.123 2004/09/27 11:19:04 sejo Exp $ + + 27 Sep 2004; <SeJo@gentoo.org> php-4.3.9.ebuild: + stable for gsla: 64223 *php-5.0.2 (24 Sep 2004) diff --git a/dev-php/php/php-4.3.9.ebuild b/dev-php/php/php-4.3.9.ebuild index e22c6474f584..4b5cb3c0f3aa 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.1 2004/09/24 18:25:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.9.ebuild,v 1.2 2004/09/27 11:19:04 sejo 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() { |