diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-16 17:01:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-16 17:01:54 +0000 |
commit | af167cbbd9226e13326151ba19441d62307b47bf (patch) | |
tree | a4804119a211b11640ad00d30016737e05e408ce /profiles | |
parent | Removed USE that is in default-linux/x86 already. (diff) | |
download | historical-af167cbbd9226e13326151ba19441d62307b47bf.tar.gz historical-af167cbbd9226e13326151ba19441d62307b47bf.tar.bz2 historical-af167cbbd9226e13326151ba19441d62307b47bf.zip |
Made default-linux/x86 sane by only enabling very minimal USE. This is what was the dev profile. All extra USE/etc should be specified in sub-profiles. DO NOT POLLUTE USE ON THIS PROFILE.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/x86/use.mask | 2 | ||||
-rw-r--r-- | profiles/default-linux/x86/virtuals | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/profiles/default-linux/x86/make.defaults b/profiles/default-linux/x86/make.defaults index ec312082ae27..1d027df042bd 100644 --- a/profiles/default-linux/x86/make.defaults +++ b/profiles/default-linux/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/make.defaults,v 1.10 2005/08/29 22:20:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/make.defaults,v 1.11 2005/11/16 17:01:54 wolf31o2 Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" @@ -11,4 +11,4 @@ CXXFLAGS="${CFLAGS}" FEATURES="sandbox sfperms" -USE="alsa apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts vorbis X xml2 xmms xv zlib" +USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" diff --git a/profiles/default-linux/x86/use.mask b/profiles/default-linux/x86/use.mask index e3ca956de3ca..cb5f1514a130 100644 --- a/profiles/default-linux/x86/use.mask +++ b/profiles/default-linux/x86/use.mask @@ -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/x86/use.mask,v 1.11 2005/10/31 13:52:25 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/use.mask,v 1.12 2005/11/16 17:01:54 wolf31o2 Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's diff --git a/profiles/default-linux/x86/virtuals b/profiles/default-linux/x86/virtuals index f11003541e83..b41d2a7001e7 100644 --- a/profiles/default-linux/x86/virtuals +++ b/profiles/default-linux/x86/virtuals @@ -1,10 +1,9 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/virtuals,v 1.8 2004/10/25 12:46:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/virtuals,v 1.9 2005/11/16 17:01:54 wolf31o2 Exp $ # This file is used to either override or extend the parent profile's # virtuals mappings. In this case, this is for ARCHITECTURE SPECIFIC # mappings virtual/bootloader sys-boot/grub -virtual/linux-sources sys-kernel/gentoo-sources |