summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-02-08 15:43:17 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-02-08 15:43:17 +0000
commita14d2d07782bcc99c84032522701dd2281bc6f67 (patch)
treed123047ff6b8e01f5dbe7f73a5ba43ad5910316d /profiles/default/bsd/fbsd
parentMigrate to EAPI 5 and add dev-libs/icu subslot dependency. (diff)
downloadhistorical-a14d2d07782bcc99c84032522701dd2281bc6f67.tar.gz
historical-a14d2d07782bcc99c84032522701dd2281bc6f67.tar.bz2
historical-a14d2d07782bcc99c84032522701dd2281bc6f67.zip
add python2 to USE too so that it is rebuilt within stage3, bug #448256
Diffstat (limited to 'profiles/default/bsd/fbsd')
-rw-r--r--profiles/default/bsd/fbsd/make.defaults8
1 files changed, 5 insertions, 3 deletions
diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults
index cb6c1d588660..10c4a80d19c7 100644
--- a/profiles/default/bsd/fbsd/make.defaults
+++ b/profiles/default/bsd/fbsd/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.14 2012/10/15 14:33:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.15 2013/02/08 15:43:17 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -24,5 +24,7 @@ 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
+# 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"