diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 14:55:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 14:55:58 +0000 |
commit | b3e61caf62e4ed613ab5b20d742a06af4e8e33f6 (patch) | |
tree | 3c8a598be96e7c40fea8756410464455d05ff59f /profiles/default-linux | |
parent | I added some recommended USE flags from the php team for dev-lang/php per bug... (diff) | |
download | gentoo-2-b3e61caf62e4ed613ab5b20d742a06af4e8e33f6.tar.gz gentoo-2-b3e61caf62e4ed613ab5b20d742a06af4e8e33f6.tar.bz2 gentoo-2-b3e61caf62e4ed613ab5b20d742a06af4e8e33f6.zip |
I added some recommended USE flags from the php team for dev-lang/php per bug #120088 and to bring this inline with what was used fo the 2006.0 release. This is being done here to keep from breaking non default-linux profiles.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/ppc/ppc32/2006.0/make.defaults | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-linux/ppc/ppc32/2006.0/make.defaults b/profiles/default-linux/ppc/ppc32/2006.0/make.defaults index a736752530f8..ae3933df8709 100644 --- a/profiles/default-linux/ppc/ppc32/2006.0/make.defaults +++ b/profiles/default-linux/ppc/ppc32/2006.0/make.defaults @@ -1,6 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc32/2006.0/make.defaults,v 1.1 2006/02/22 10:44:12 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc32/2006.0/make.defaults,v 1.2 2006/03/14 14:55:58 wolf31o2 Exp $ STAGE1_USE="unicode" USE="${STAGE1_USE} alsa apache2 apm arts avi bitmap-fonts bonobo cdr cups dvd eds emboss encode esd foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml imlib jpeg kde ldap libg++ libwww mad mikmod motif mozilla mp3 mpeg ogg opengl pam pdflib png qt quicktime ruby sdl spell truetype truetype-fonts type1-fonts udev vorbis X xml 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" |