diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-10-05 19:22:13 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-10-05 19:22:13 +0000 |
commit | 6aa66718558196f9abb87b5d4e3b4d7ea4de1c43 (patch) | |
tree | 04eee5820320f52aee7596efe0ef08e7e4cfbfaf /profiles/default | |
parent | [sys-cluster/ceph] Version bump (diff) | |
download | gentoo-2-6aa66718558196f9abb87b5d4e3b4d7ea4de1c43.tar.gz gentoo-2-6aa66718558196f9abb87b5d4e3b4d7ea4de1c43.tar.bz2 gentoo-2-6aa66718558196f9abb87b5d4e3b4d7ea4de1c43.zip |
Remove USE={python,perl} from default profile, as discussed/announced. Bug 250179
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 d7d4d26fed3b..63c3233fa47a 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.14 2011/06/22 07:06:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.15 2011/10/05 19:22:13 darkside Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -12,7 +12,7 @@ # Default starting set of USE flags for all default/linux profiles. -USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" +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" |