diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2014-01-21 04:30:29 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2014-01-21 04:30:29 +0000 |
commit | a274a68924dad7a51117ecfc0c0e74074a9abb6e (patch) | |
tree | f7fc983f8429fbb55664105d4b4fa1a7bb21b6e2 /profiles/default/linux/make.defaults | |
parent | Remove old, migrate 0.11 to accidentally dropped new py eclass (diff) | |
download | gentoo-2-a274a68924dad7a51117ecfc0c0e74074a9abb6e.tar.gz gentoo-2-a274a68924dad7a51117ecfc0c0e74074a9abb6e.tar.bz2 gentoo-2-a274a68924dad7a51117ecfc0c0e74074a9abb6e.zip |
Drop mudflap from default USE.
Diffstat (limited to 'profiles/default/linux/make.defaults')
-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 676b097f1e5b..dfa4843bf145 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.19 2013/01/21 09:26:05 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.20 2014/01/21 04:30:28 dirtyepic Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -15,7 +15,7 @@ USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib" # make sure toolchain has sane defaults <tooclhain@gentoo.org> -USE="${USE} mudflap fortran openmp" +USE="${USE} fortran openmp" # 2010/10/21 - Ole Markus With <olemarkus@gentoo.org> # These USE flags were originally inserted here because of PHP |