diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-02-18 03:46:39 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-02-18 03:46:39 +0000 |
commit | 0499a603d4891224f76a9428ea2df2ad977b4520 (patch) | |
tree | 44ab9b729ae863abb21620746b3135abdc2fe58a /profiles/gcc34-x86-2004.2 | |
parent | sys-apps/grep in package.mask. macos/use.mask redundant, removed. 10.4 inheri... (diff) | |
download | historical-0499a603d4891224f76a9428ea2df2ad977b4520.tar.gz historical-0499a603d4891224f76a9428ea2df2ad977b4520.tar.bz2 historical-0499a603d4891224f76a9428ea2df2ad977b4520.zip |
Added global "USE" flag "emboss" to the base and x86 profiles (except hardened and obsd). It is enabled by default and provided by "sci-biology/emboss".
Diffstat (limited to 'profiles/gcc34-x86-2004.2')
-rw-r--r-- | profiles/gcc34-x86-2004.2/make.defaults | 10 | ||||
-rw-r--r-- | profiles/gcc34-x86-2004.2/use.defaults | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/profiles/gcc34-x86-2004.2/make.defaults b/profiles/gcc34-x86-2004.2/make.defaults index 129f9badd139..c2a3276b2499 100644 --- a/profiles/gcc34-x86-2004.2/make.defaults +++ b/profiles/gcc34-x86-2004.2/make.defaults @@ -1,17 +1,17 @@ # Copyright 2002-2004 Gentoo Foundation. # System-wide defaults for the >=gcc 3.2 Portage system -#Experimental: trying to use these USE variables to build up from stage 2->3 +#Experimental: trying to use these USE variables to build up from stage 2->3 #thus eliminating the inherent fragility of using USE for this GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" -# Please avoid enabling things by default in here if possible. Understand any -# implications with core packages. For example, if "java" is in USE and db -# has a conditional dependency on java (which it does,) then a JDK will be +# Please avoid enabling things by default in here if possible. Understand any +# implications with core packages. For example, if "java" is in USE and db +# has a conditional dependency on java (which it does,) then a JDK will be # pulled in during *emerge system*! -USE="x86 oss apm arts avi berkdb bitmap-fonts crypt cups encode fortran f77 font-server foomaticdb gdbm gif gpm imlib jpeg libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python quicktime readline sdl slang spell ssl svga tcpd truetype truetype-fonts type1-fonts X xml2 xmms xv zlib" +USE="x86 oss apm arts avi berkdb bitmap-fonts crypt cups emboss encode fortran f77 font-server foomaticdb gdbm gif gpm imlib jpeg libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python quicktime readline sdl slang spell ssl svga tcpd truetype truetype-fonts type1-fonts X xml2 xmms xv zlib" ARCH="x86" ACCEPT_KEYWORDS="x86" diff --git a/profiles/gcc34-x86-2004.2/use.defaults b/profiles/gcc34-x86-2004.2/use.defaults index 4559d5c166ca..fd6ef79f53ac 100644 --- a/profiles/gcc34-x86-2004.2/use.defaults +++ b/profiles/gcc34-x86-2004.2/use.defaults @@ -2,7 +2,7 @@ #mmx #3dnow #odbc -#fbcon +#fbcon #oss #libg++ #objprelink @@ -20,7 +20,7 @@ slang sys-libs/slang readline sys-libs/readline arts kde-base/arts tetex app-text/tetex -aalib media-libs/aalib +aalib media-libs/aalib nas media-libs/nas bonobo gnome-base/bonobo svga media-libs/svgalib @@ -55,5 +55,6 @@ ldap net-nds/openldap snmp net-analyzer/ucd-snmp cdr app-cdr/cdrtools scanner media-gfx/sane-backends +emboss sci-biology/emboss |