diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 17:13:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 17:13:11 +0000 |
commit | 3a886512b22b893bb68a10dbdfda0c5793fe0d19 (patch) | |
tree | 70ee89d9c7060466609f0b14d79fdf4d55347afd /profiles/default | |
parent | http://my.opera.com/desktopteam/blog/2011/06/21/another-happy-tuesday (diff) | |
download | historical-3a886512b22b893bb68a10dbdfda0c5793fe0d19.tar.gz historical-3a886512b22b893bb68a10dbdfda0c5793fe0d19.tar.bz2 historical-3a886512b22b893bb68a10dbdfda0c5793fe0d19.zip |
Remove fortran from default USE, this is now handled by virtual/fortran and fortran-2.eclass
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 3306b4d5e8b4..4e7906ee6ec5 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.12 2010/10/22 18:48:45 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.13 2011/06/21 17:13:11 jlec Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -15,7 +15,7 @@ USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" # make sure toolchain has sane defaults <tooclhain@gentoo.org> -USE="${USE} fortran mudflap openmp" +USE="${USE} mudflap openmp" # 2010/10/21 - Ole Markus With <olemarkus@gentoo.org> # These USE flags were originally inserted here because of PHP |