diff options
author | 2006-03-13 21:42:41 +0000 | |
---|---|---|
committer | 2006-03-13 21:42:41 +0000 | |
commit | f7d0b84ee9df4d8ed916e5da60a9227baa8d0cd5 (patch) | |
tree | 7d10e96bc1e6c8c77bd7999b3a5802cdc96c627c /profiles/default-linux/make.defaults | |
parent | Version bump for 2.14 (diff) | |
download | historical-f7d0b84ee9df4d8ed916e5da60a9227baa8d0cd5.tar.gz historical-f7d0b84ee9df4d8ed916e5da60a9227baa8d0cd5.tar.bz2 historical-f7d0b84ee9df4d8ed916e5da60a9227baa8d0cd5.zip |
Added some extra USE flags for dev-lang/php per bug #120088 and to bring this inline with what was used for 2006.0's release.
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r-- | profiles/default-linux/make.defaults | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index 697cf8cfb8ab..61149a75b448 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -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/profiles/default-linux/make.defaults,v 1.12 2006/03/07 18:17:44 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.13 2006/03/13 21:42:41 wolf31o2 Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -19,3 +19,7 @@ USE="${USE} fortran" # 2006/03/07 - Donnie Berkholz <spyderous@gentoo.org> # Modular X: Support direct rendering by default USE="${USE} dri" + +# 2006/03/13 - Chris Gianelloni <wolf31o2@gentoo.org> +# Make sure dev-lang/php works right. See bug #120088 for more info. +USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib" |