diff options
author | Jon Hood <squinky86@gentoo.org> | 2006-05-05 16:36:42 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2006-05-05 16:36:42 +0000 |
commit | fb84e3f197eef66519ef6717bd882fcdce54d20b (patch) | |
tree | ae07a5780d7676fe73dd67ac8960b10b4986f534 /dev-lang/php | |
parent | minor cleanup (diff) | |
download | gentoo-2-fb84e3f197eef66519ef6717bd882fcdce54d20b.tar.gz gentoo-2-fb84e3f197eef66519ef6717bd882fcdce54d20b.tar.bz2 gentoo-2-fb84e3f197eef66519ef6717bd882fcdce54d20b.zip |
stable on amd64, bug #131135
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-4.4.2-r2.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index f61c03d34b68..fabb82b83d95 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lang/php # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.89 2006/05/05 16:12:53 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.90 2006/05/05 16:36:42 squinky86 Exp $ 05 May 2006; Luca Longinotti <chtekk@gentoo.org> php-5.1.4.ebuild: Readd ~x86-fbsd keyword to PHP 5.1.4 which I dropped accidentally, sorry! @@ -8,7 +8,8 @@ php-patchset-4.4.2-r3.tar.bz2 with the md5sum of eac1d9e4aa78195953e33e566a1f39ce, thanks, and sorry again. ;) - 05 May 2006; Jon Hood <squinky86@gentoo.org> php-5.1.4.ebuild: + 05 May 2006; Jon Hood <squinky86@gentoo.org> php-5.1.4.ebuild, + php-4.4.2-r2.ebuild: Stable on amd64, #131135. *php-5.1.4 (05 May 2006) diff --git a/dev-lang/php/php-4.4.2-r2.ebuild b/dev-lang/php/php-4.4.2-r2.ebuild index 9785a73deab9..a39fe6f1730e 100644 --- a/dev-lang/php/php-4.4.2-r2.ebuild +++ b/dev-lang/php/php-4.4.2-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.2-r2.ebuild,v 1.1 2006/05/05 10:28:58 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.2-r2.ebuild,v 1.2 2006/05/05 16:36:42 squinky86 Exp $ IUSE="cgi cli discard-path force-cgi-redirect" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" # NOTE: Portage doesn't support setting PROVIDE based on the USE flags # that have been enabled, so we have to PROVIDE everything for now |