summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-22 13:02:56 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-22 13:04:42 +0100
commit1e1d0c8c8c90933534a5b4c6a4be394cbfd4bba0 (patch)
tree2ecd541c03244a2c52c2d94ffcc30d3c374f8be4 /profiles/default
parentnet-libs/libpcap: Old. (diff)
downloadgentoo-1e1d0c8c8c90933534a5b4c6a4be394cbfd4bba0.tar.gz
gentoo-1e1d0c8c8c90933534a5b4c6a4be394cbfd4bba0.tar.bz2
gentoo-1e1d0c8c8c90933534a5b4c6a4be394cbfd4bba0.zip
profiles: Clean up obsolete flags from make.defaults
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/bsd/fbsd/make.defaults8
1 files changed, 2 insertions, 6 deletions
diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults
index 9456dca1c4bd..935820ed959a 100644
--- a/profiles/default/bsd/fbsd/make.defaults
+++ b/profiles/default/bsd/fbsd/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Id$
@@ -23,8 +23,4 @@ VIDEO_CARDS="dummy fbdev vmware"
# Let virtual/mta pick ssmtp[mta] for stage1 builds.
# https://bugs.gentoo.org/show_bug.cgi?id=408587
-# python2: let portage pulls in python-2 so that we get it as default
-# interpreter in stage1's and add it to make.default so that it is rebuilt in
-# stage 3 and when updating.
-BOOTSTRAP_USE="${BOOTSTRAP_USE} mta python2"
-USE="${USE} python2"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} mta"