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 | |
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')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default/linux/make.defaults | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 1c5bcc66d6cc..67c0751ef37b 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5470 2011/06/21 17:13:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5471 2011/06/22 07:06:56 jlec Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 22 Jun 2011; Justin Lecher <jlec@gentoo.org> default/linux/make.defaults: + Add fortran to default USE again in order to avoid direct installation of + ifc, #372513 + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> default/linux/make.defaults: Remove fortran from default USE, this is now handled by virtual/fortran and fortran-2.eclass 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 |