diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-15 14:33:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-15 14:33:44 +0000 |
commit | 8b0605359f06d9094c80e18031e1ebdd837329f4 (patch) | |
tree | d7bad98f176680a33d08ad8cad443a58f2a3d2ca /profiles | |
parent | New prerelease, import of Emil Karlson's ebuild from the x11 overlay. (diff) | |
download | historical-8b0605359f06d9094c80e18031e1ebdd837329f4.tar.gz historical-8b0605359f06d9094c80e18031e1ebdd837329f4.tar.bz2 historical-8b0605359f06d9094c80e18031e1ebdd837329f4.zip |
add python2 to BOOTSTRAP_USE so that python2 gets set as default python interpreter
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/bsd/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/make.defaults | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index 066e2ba9f4eb..dc494a5a80ed 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.130 2012/10/15 14:32:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.131 2012/10/15 14:33:44 aballier Exp $ + + 15 Oct 2012; Alexis Ballier <aballier@gentoo.org> fbsd/make.defaults: + add python2 to BOOTSTRAP_USE so that python2 gets set as default python + interpreter 15 Oct 2012; Alexis Ballier <aballier@gentoo.org> fbsd/packages.build: remove python and perl from packages.build, add autotools, like on linux diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults index f859e097dc1c..cb6c1d588660 100644 --- a/profiles/default/bsd/fbsd/make.defaults +++ b/profiles/default/bsd/fbsd/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.13 2012/07/27 20:23:42 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.14 2012/10/15 14:33:44 aballier Exp $ # Last building sandbox breaks gfind, bug #374425 FEATURES="-sandbox" @@ -23,4 +23,6 @@ VIDEO_CARDS="dummy fbdev vmware" # Let virtual/mta pick ssmtp[mta] for stage1 builds. # https://bugs.gentoo.org/show_bug.cgi?id=408587 -BOOTSTRAP_USE="${BOOTSTRAP_USE} mta" +# python2: let portage pulls in python-2 so that we get it as default +# interpreter in stage1's +BOOTSTRAP_USE="${BOOTSTRAP_USE} mta python2" |