summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/ChangeLog6
-rw-r--r--profiles/default/linux/make.defaults4
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 4878d3e2c283..d3ad35faf453 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.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
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"