From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 43728138913 for ; Fri, 8 Feb 2013 15:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B61E0508; Fri, 8 Feb 2013 15:43:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54FA5E0511 for ; Fri, 8 Feb 2013 15:43:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E90F33E20E for ; Fri, 8 Feb 2013 15:43:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 3536E2171E; Fri, 8 Feb 2013 15:43:17 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults X-VCS-Repository: gentoo-x86 X-VCS-Files: make.defaults X-VCS-Directories: profiles/default/bsd/fbsd X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130208154317.3536E2171E@flycatcher.gentoo.org> Date: Fri, 8 Feb 2013 15:43:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e72713e9-be42-4bff-9939-0c825129c14a X-Archives-Hash: b3a42b2577a893e21dd81b1a8315819e aballier 13/02/08 15:43:17 Modified: make.defaults Log: add python2 to USE too so that it is rebuilt within stage3, bug #448256 Revision Changes Path 1.15 profiles/default/bsd/fbsd/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.14&r2=1.15 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- make.defaults 15 Oct 2012 14:33:44 -0000 1.14 +++ make.defaults 8 Feb 2013 15:43:17 -0000 1.15 @@ -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 @@ # 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"