diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-12-01 20:23:53 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-12-01 20:23:53 +0000 |
commit | bfb83437e08e36fe7a5269f234dd6a53fc35d818 (patch) | |
tree | 86097bfb707a713738653a31a44f9f8a2bdc1fb1 /profiles | |
parent | Override PYTHON_TARGETS with versions we have in Prefix (diff) | |
download | gentoo-2-bfb83437e08e36fe7a5269f234dd6a53fc35d818.tar.gz gentoo-2-bfb83437e08e36fe7a5269f234dd6a53fc35d818.tar.bz2 gentoo-2-bfb83437e08e36fe7a5269f234dd6a53fc35d818.zip |
unmask python3_3 stuff for Prefix
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/use.mask | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask index 3e4a4e49bc7c..47fe5b397464 100644 --- a/profiles/prefix/use.mask +++ b/profiles/prefix/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/use.mask,v 1.5 2010/02/01 17:55:05 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/use.mask,v 1.6 2012/12/01 20:23:53 grobian Exp $ # multilib is never going to work as expected in Prefix multilib @@ -34,3 +34,9 @@ udev # The JRuby stack adds *alot* of non-tested ebuilds. If someone has time and # motivation, please look into porting this to Gentoo Prefix. bug 302563 ruby_targets_jruby + +# undo: +# Mike Gilbert <floppym@gentoo.org> (08 Oct 2012) +# Python 3.3 is masked for testing. +-python_targets_python3_3 +-python_single_target_python3_3 |