Remove USE={python,perl} from default profile, as discussed/announced. Bug 250179
authorJeremy Olexa <darkside@gentoo.org>
Wed, 5 Oct 2011 19:22:13 +0000 (19:22 +0000)
committerJeremy Olexa <darkside@gentoo.org>
Wed, 5 Oct 2011 19:22:13 +0000 (19:22 +0000)
profiles/ChangeLog
profiles/default/linux/make.defaults

index 4878d3e2c2830c2d698c7c74068f12bdb71f2847..d3ad35faf4531d8b2f30a2f147930b48dc378d42 100644 (file)
@@ -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.5755 2011/10/05 19:16:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5756 2011/10/05 19:22:13 darkside 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!
 
+  05 Oct 2011; Jeremy Olexa <darkside@gentoo.org> default/linux/make.defaults:
+  Remove USE={python,perl} from default profile, as discussed/announced. Bug
+  250179
+
   05 Oct 2011; Alexis Ballier <aballier@gentoo.org> updates/4Q-2011:
   move obsolete texlive packages to their new names, as suggested by Matt
   Turner on -dev ml
index d7d4d26fed3b1ef011ddf149fd138b40446fe853..63c3233fa47a202d1adbe244986cb5eb0f662a2b 100644 (file)
@@ -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"