diff options
author | 2006-04-19 14:48:02 +0000 | |
---|---|---|
committer | 2006-04-19 14:48:02 +0000 | |
commit | 87920542e4b3cf5dbe83e3744120b27de1b5aa9b (patch) | |
tree | df94ae68b7637b35ea14491ef973a18e66fd3f52 /profiles/default-linux/ppc | |
parent | resurrecting systrace (diff) | |
download | historical-87920542e4b3cf5dbe83e3744120b27de1b5aa9b.tar.gz historical-87920542e4b3cf5dbe83e3744120b27de1b5aa9b.tar.bz2 historical-87920542e4b3cf5dbe83e3744120b27de1b5aa9b.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/ppc')
-rw-r--r-- | profiles/default-linux/ppc/ppc32/2006.0/make.defaults | 5 | ||||
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.0/make.defaults | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/profiles/default-linux/ppc/ppc32/2006.0/make.defaults b/profiles/default-linux/ppc/ppc32/2006.0/make.defaults index 754571841a24..ee788635eb3b 100644 --- a/profiles/default-linux/ppc/ppc32/2006.0/make.defaults +++ b/profiles/default-linux/ppc/ppc32/2006.0/make.defaults @@ -1,13 +1,10 @@ # 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.3 2006/03/29 19:15:16 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc32/2006.0/make.defaults,v 1.4 2006/04/19 14:48:02 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" - # 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> # isdn USE flag defaults USE="${USE} pppd isdnlog" diff --git a/profiles/default-linux/ppc/ppc64/2006.0/make.defaults b/profiles/default-linux/ppc/ppc64/2006.0/make.defaults deleted file mode 100644 index c98d4f28cfce..000000000000 --- a/profiles/default-linux/ppc/ppc64/2006.0/make.defaults +++ /dev/null @@ -1,2 +0,0 @@ -# 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" |