diff options
author | 2003-01-13 08:54:19 +0000 | |
---|---|---|
committer | 2003-01-13 08:54:19 +0000 | |
commit | 02835b18be02ad6cdd2d6645d535c468873642cf (patch) | |
tree | 2e5e9386698dd95af032534c20f53f3858c74e05 /dev-php/php | |
parent | set LINK_LIBC="uclibc" to link against uclibc (diff) | |
download | gentoo-2-02835b18be02ad6cdd2d6645d535c468873642cf.tar.gz gentoo-2-02835b18be02ad6cdd2d6645d535c468873642cf.tar.bz2 gentoo-2-02835b18be02ad6cdd2d6645d535c468873642cf.zip |
Updated keywords for php releases
Diffstat (limited to 'dev-php/php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.3.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index ca2b0d395200..ae3c670fc834 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.26 2003/01/08 20:26:40 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.27 2003/01/13 08:54:19 aliz Exp $ + + 13 Jan 2003; Daniel Ahlberg <aliz@genoto.org> php-4.3.0-r2.ebuild : + Added ppc and sparc keyword becuse this is a security update. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-php/php/php-4.3.0-r2.ebuild b/dev-php/php/php-4.3.0-r2.ebuild index 888e676c5d89..9e13f0e69d2f 100644 --- a/dev-php/php/php-4.3.0-r2.ebuild +++ b/dev-php/php/php-4.3.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.2 2003/01/08 20:26:40 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.3 2003/01/13 08:54:19 aliz Exp $ IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.php.net/" LICENSE="PHP" SLOT="0" PROVIDE="virtual/php" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ppc sparc" # too many users not being able to compile with gmp support # - rphillips |