diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-10 18:08:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-10 18:08:55 +0000 |
commit | eaaa5f5f91126509e489e23ed8a5607891723d3e (patch) | |
tree | 1316700dc24f59c7d76a94d5324e761af7279e96 /dev-php | |
parent | stable on alpha and ia64 (diff) | |
download | historical-eaaa5f5f91126509e489e23ed8a5607891723d3e.tar.gz historical-eaaa5f5f91126509e489e23ed8a5607891723d3e.tar.bz2 historical-eaaa5f5f91126509e489e23ed8a5607891723d3e.zip |
stable on alpha and ia64
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/php/php-4.3.3-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-php/php/php-4.3.4-r2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index 39ed010527f3..c1058a698cf7 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/php -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.69 2004/01/08 06:46:54 robbat2 Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.70 2004/01/10 18:08:55 agriffis Exp $ + + 10 Jan 2004; Aron Griffis <agriffis@gentoo.org> php-4.3.3-r2.ebuild, + php-4.3.4-r2.ebuild: + stable on alpha and ia64 (match x86) for bug 37595 07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.4-r2.ebuild: add amd64 for repoman again diff --git a/dev-php/php/php-4.3.3-r2.ebuild b/dev-php/php/php-4.3.3-r2.ebuild index b15efe21d70f..ed59baadf92c 100644 --- a/dev-php/php/php-4.3.3-r2.ebuild +++ b/dev-php/php/php-4.3.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.3-r2.ebuild,v 1.3 2004/01/08 06:25:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.3-r2.ebuild,v 1.4 2004/01/10 18:08:55 agriffis Exp $ PHPSAPI="cli" inherit php eutils @@ -9,7 +9,7 @@ IUSE="${IUSE} readline" DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ia64" DEPEND_EXTRA="readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) ncurses? ( >=sys-libs/ncurses-5.1 )" diff --git a/dev-php/php/php-4.3.4-r2.ebuild b/dev-php/php/php-4.3.4-r2.ebuild index f51afa154fb6..00a27d697e66 100644 --- a/dev-php/php/php-4.3.4-r2.ebuild +++ b/dev-php/php/php-4.3.4-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.4-r2.ebuild,v 1.4 2004/01/08 06:46:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.4-r2.ebuild,v 1.5 2004/01/10 18:08:55 agriffis Exp $ PHPSAPI="cli" inherit php-sapi eutils DESCRIPTION="PHP Shell Interpreter" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64" +KEYWORDS="x86 ~ppc ~sparc alpha ~hppa amd64 ia64" src_compile() { myconf="${myconf} \ |