diff options
Diffstat (limited to 'profiles/default-linux/mips/2006.0/make.defaults')
-rw-r--r-- | profiles/default-linux/mips/2006.0/make.defaults | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/profiles/default-linux/mips/2006.0/make.defaults b/profiles/default-linux/mips/2006.0/make.defaults index 1e03239bd34d..09bdf5901cc9 100644 --- a/profiles/default-linux/mips/2006.0/make.defaults +++ b/profiles/default-linux/mips/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.0/make.defaults,v 1.4 2006/03/14 14:55:30 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.0/make.defaults,v 1.5 2006/04/19 14:48:02 wolf31o2 Exp $ ARCH="mips" @@ -15,6 +15,3 @@ CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="mips" USE="readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips -multilib nomultilib -n32 -n64" - -# 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" |