diff options
author | 2006-04-19 14:48:02 +0000 | |
---|---|---|
committer | 2006-04-19 14:48:02 +0000 | |
commit | 416e235097bb71d7ace51c05391ecb11b2a75a36 (patch) | |
tree | b7c8f808cbd7eba63e8b3c8ae68ff7dee83beeee /profiles/default-linux/ia64/2006.0 | |
parent | resurrecting systrace (diff) | |
download | gentoo-2-416e235097bb71d7ace51c05391ecb11b2a75a36.tar.gz gentoo-2-416e235097bb71d7ace51c05391ecb11b2a75a36.tar.bz2 gentoo-2-416e235097bb71d7ace51c05391ecb11b2a75a36.zip |
Adjusted new default USE flags for dev-lang/php to be quite minimal. This (finally) closes bug #120088.
Diffstat (limited to 'profiles/default-linux/ia64/2006.0')
-rw-r--r-- | profiles/default-linux/ia64/2006.0/make.defaults | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/profiles/default-linux/ia64/2006.0/make.defaults b/profiles/default-linux/ia64/2006.0/make.defaults index 36767dbdc672..e786fc19acd8 100644 --- a/profiles/default-linux/ia64/2006.0/make.defaults +++ b/profiles/default-linux/ia64/2006.0/make.defaults @@ -1,8 +1,5 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2006.0/make.defaults,v 1.3 2006/03/14 14:53:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2006.0/make.defaults,v 1.4 2006/04/19 14:48:02 wolf31o2 Exp $ USE="apache2 cups eds encode foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif ogg opengl oss pdflib png qt quicktime sdl spell truetype udev vorbis X xml2 xmms xv" - -# These are added to make dev-lang/php behave properly. See bug #120088 -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" |