diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-09 00:35:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-09 00:35:08 +0000 |
commit | 463daeaf9ecf296f584d9e0cc593fbb9f406823b (patch) | |
tree | 9d7c77ac3b128307cee56b1746b4031df9f5a9c4 /profiles/default-linux/make.defaults | |
parent | dont delete manpages, just be selective about what we install #84427 by den_RDC (diff) | |
download | gentoo-2-463daeaf9ecf296f584d9e0cc593fbb9f406823b.tar.gz gentoo-2-463daeaf9ecf296f584d9e0cc593fbb9f406823b.tar.bz2 gentoo-2-463daeaf9ecf296f584d9e0cc593fbb9f406823b.zip |
f77 -> fortran
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r-- | profiles/default-linux/make.defaults | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index b1935fd31a53..ad0c5ce27bc0 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.8 2005/01/12 23:08:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.9 2005/03/09 00:35:06 vapier Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,7 +10,8 @@ # has a conditional dependency on java (which it does,) then a JDK will be # pulled in during *emerge system*! - - # build X in an expected way USE="bitmap-fonts truetype-fonts type1-fonts" + +# make sure toolchain has sane defaults +USE="${USE} fortran" |