diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-08 15:43:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-08 15:43:17 +0000 |
commit | a30bcbccf2ea30cc0dcd10232375e8b6adffe1a6 (patch) | |
tree | 3c6225998d9c3643e2ee415d66a8b9a359f765ad /profiles | |
parent | Migrate to EAPI 5 and add dev-libs/icu subslot dependency. (diff) | |
download | gentoo-2-a30bcbccf2ea30cc0dcd10232375e8b6adffe1a6.tar.gz gentoo-2-a30bcbccf2ea30cc0dcd10232375e8b6adffe1a6.tar.bz2 gentoo-2-a30bcbccf2ea30cc0dcd10232375e8b6adffe1a6.zip |
add python2 to USE too so that it is rebuilt within stage3, bug #448256
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/bsd/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/make.defaults | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index d2b3535b3441..38c1b8caf12c 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.138 2013/02/01 22:42:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.139 2013/02/08 15:43:16 aballier Exp $ + + 08 Feb 2013; Alexis Ballier <aballier@gentoo.org> fbsd/make.defaults: + add python2 to USE too so that it is rebuilt within stage3, bug #448256 01 Feb 2013; Alexis Ballier <aballier@gentoo.org> fbsd/amd64/9.1/clang/packages.build, fbsd/packages.build: 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" |