diff options
author | 2005-01-12 16:45:54 +0000 | |
---|---|---|
committer | 2005-01-12 16:45:54 +0000 | |
commit | 7e0d8e0009a83191ce9d2b19f3f4a971717dd245 (patch) | |
tree | 31f9f0bfd59ddc7fa1362a483f79fce537f95ac5 /profiles/default-linux/x86/xbox | |
parent | Added proper make.defaults back to 2004.2/gcc34 profile and 2004.2/gcc34/2.6 ... (diff) | |
download | historical-7e0d8e0009a83191ce9d2b19f3f4a971717dd245.tar.gz historical-7e0d8e0009a83191ce9d2b19f3f4a971717dd245.tar.bz2 historical-7e0d8e0009a83191ce9d2b19f3f4a971717dd245.zip |
Removing acl from USE as it breaks systems when the user uses depclean after a stage3.
Diffstat (limited to 'profiles/default-linux/x86/xbox')
-rw-r--r-- | profiles/default-linux/x86/xbox/make.defaults | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/default-linux/x86/xbox/make.defaults b/profiles/default-linux/x86/xbox/make.defaults index 7c1c378df1b7..8e1adfdeb8fb 100644 --- a/profiles/default-linux/x86/xbox/make.defaults +++ b/profiles/default-linux/x86/xbox/make.defaults @@ -1,5 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/xbox/make.defaults,v 1.4 2004/12/22 02:37:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/xbox/make.defaults,v 1.5 2005/01/12 16:45:54 wolf31o2 Exp $ +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" + +USE="x86 oss apm arts avi berkdb bitmap-fonts crypt cups encode fortran f77 foomaticdb gdbm gif gpm gtk gtk2 imlib jpeg kde gnome libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python qt quicktime readline sdl slang spell ssl svga tcpd truetype X xml2 xmms xv zlib" + +ARCH="x86" PROFILE_ARCH="xbox" +ACCEPT_KEYWORDS="x86" + +FEATURES="sandbox sfperms" |