From fc9f993cc58c233d2177bdc891e36e3e8511d31b Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 20 Apr 2013 14:46:13 +0000 Subject: Drop PYTHON_TARGETS we can only append, not remove (which is the only thing which would fix something here) --- profiles/prefix/ChangeLog | 6 +++++- profiles/prefix/make.defaults | 7 ++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'profiles/prefix') diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 3734cb363357..dbfac83a2d29 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.380 2013/03/05 01:41:14 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.381 2013/04/20 14:46:13 grobian Exp $ + + 20 Apr 2013; Fabian Groffen make.defaults: + Drop PYTHON_TARGETS we can only append, not remove (which is the only thing + which would fix something here) 05 Mar 2013; Christoph Junghans darwin/package.mask: unmask povray on darwin diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index d72d12d569e1..1825795187e8 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/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/prefix/make.defaults,v 1.4 2012/12/01 20:20:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/make.defaults,v 1.5 2013/04/20 14:46:13 grobian Exp $ # Some USE-flags that only die-hards don't want: # readline: to have some sane command line editing, e.g. in python @@ -27,6 +27,3 @@ FEATURES="${FEATURES} -sandbox" # this probably already is like this, but we assure that in prefix we # have a GNU userland USERLAND="GNU" - -# override base/make.defaults with versions we have in Prefix -PYTHON_TARGETS="python2_7 python3_3" -- cgit v1.2.3-65-gdbad