diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-22 07:06:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-22 07:06:56 +0000 |
commit | bf00912f8fbdec26f62dc158ee88de47886c5763 (patch) | |
tree | 4a5d47e6f7074dc74c7dfd391274da5229ccc947 /profiles/default | |
parent | Marked ~x86-linux, bug #372523 (diff) | |
download | gentoo-2-bf00912f8fbdec26f62dc158ee88de47886c5763.tar.gz gentoo-2-bf00912f8fbdec26f62dc158ee88de47886c5763.tar.bz2 gentoo-2-bf00912f8fbdec26f62dc158ee88de47886c5763.zip |
Add fortran to default USE again in order to avoid direct installation of ifc, #372513
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 4e7906ee6ec5..d7d4d26fed3b 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -1,6 +1,6 @@ # 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.13 2011/06/21 17:13:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.14 2011/06/22 07:06:56 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} mudflap openmp" +USE="${USE} mudflap fortran openmp" # 2010/10/21 - Ole Markus With <olemarkus@gentoo.org> # These USE flags were originally inserted here because of PHP |