diff options
author | 2005-02-01 15:50:52 +0000 | |
---|---|---|
committer | 2005-02-01 15:50:52 +0000 | |
commit | 5f3af29d2dfd6a222ed697970ee76566274a9e71 (patch) | |
tree | b9e1a8b3b3c639d451bf1d3d8bb68779de2a0114 /dev-php/php | |
parent | Updated homepage, thanks to Robert Freund (diff) | |
download | gentoo-2-5f3af29d2dfd6a222ed697970ee76566274a9e71.tar.gz gentoo-2-5f3af29d2dfd6a222ed697970ee76566274a9e71.tar.bz2 gentoo-2-5f3af29d2dfd6a222ed697970ee76566274a9e71.zip |
Marked ~amd64.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php/php')
-rw-r--r-- | dev-php/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/php/php-5.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index d4ed1ead477c..faccb95e01aa 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,10 @@ # 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.140 2005/01/13 21:30:52 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.141 2005/02/01 15:47:56 cryos Exp $ + + 01 Feb 2005; Marcus D. Hanwell <cryos@gentoo.org> php-5.0.3.ebuild: + Marked ~amd64 as the c-client issues should now be resolved in the latest + c-client/uw-imap ebuilds. 13 Jan 2005; Guy Martin <gmsoft@gentoo.org> php-4.3.10.ebuild: Stable on hppa. diff --git a/dev-php/php/php-5.0.3.ebuild b/dev-php/php/php-5.0.3.ebuild index 62c14aa1c1ee..0df707d58eb6 100644 --- a/dev-php/php/php-5.0.3.ebuild +++ b/dev-php/php/php-5.0.3.ebuild @@ -1,6 +1,6 @@ # 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-5.0.3.ebuild,v 1.2 2005/01/09 20:51:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-5.0.3.ebuild,v 1.3 2005/02/01 15:47:56 cryos Exp $ PHPSAPI="cli" MY_P="${PN}-${PV}" @@ -8,7 +8,7 @@ inherit php5-sapi eutils DESCRIPTION="PHP Shell Interpreter" LICENSE="PHP" -KEYWORDS="~arm ~hppa ~ia64 ~ppc ~x86 ~ppc64 ~sparc" +KEYWORDS="~arm ~hppa ~ia64 ~ppc ~x86 ~ppc64 ~sparc ~amd64" DEPEND="$DEPEND" RDEPEND="$RDEPEND" PROVIDE="virtual/php-${PV}" |