diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-05 16:12:53 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-05 16:12:53 +0000 |
commit | 585d01a0029b385c39c87702c477147f83421590 (patch) | |
tree | bb9a5c85ee3e3e13bc30a46b088afdb05f282bc9 /dev-lang | |
parent | Stable on alpha wrt Bug #131014. (diff) | |
download | gentoo-2-585d01a0029b385c39c87702c477147f83421590.tar.gz gentoo-2-585d01a0029b385c39c87702c477147f83421590.tar.bz2 gentoo-2-585d01a0029b385c39c87702c477147f83421590.zip |
Fix keywords.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/php/php-5.1.4.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 7bb481606729..f61c03d34b68 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,12 @@ # 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.88 2006/05/05 15:26:26 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.89 2006/05/05 16:12:53 chtekk 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! + Update digests to reflect the fixed patchset, please make sure you have the + 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: Stable on amd64, #131135. diff --git a/dev-lang/php/php-5.1.4.ebuild b/dev-lang/php/php-5.1.4.ebuild index f9021c869d42..14341c5e7f1b 100644 --- a/dev-lang/php/php-5.1.4.ebuild +++ b/dev-lang/php/php-5.1.4.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-5.1.4.ebuild,v 1.2 2006/05/05 15:26:26 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.4.ebuild,v 1.3 2006/05/05 16:12:53 chtekk 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 ~x86-fbsd" # NOTE: Portage doesn't support setting PROVIDE based on the USE flags # that have been enabled, so we have to PROVIDE everything for now |