diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-04-20 14:46:13 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-04-20 14:46:13 +0000 |
commit | fc9f993cc58c233d2177bdc891e36e3e8511d31b (patch) | |
tree | a64b63827cd5b54e8a325430ba680b1d0fa38d15 /profiles/prefix | |
parent | Version bump from the lisp overlay (pmasked) (diff) | |
download | gentoo-2-fc9f993cc58c233d2177bdc891e36e3e8511d31b.tar.gz gentoo-2-fc9f993cc58c233d2177bdc891e36e3e8511d31b.tar.bz2 gentoo-2-fc9f993cc58c233d2177bdc891e36e3e8511d31b.zip |
Drop PYTHON_TARGETS we can only append, not remove (which is the only thing which would fix something here)
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/make.defaults | 7 |
2 files changed, 7 insertions, 6 deletions
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 <grobian@gentoo.org> 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 <ottxor@gentoo.org> 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" |