summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuud Koolen <redlizard@gentoo.org>2014-11-23 19:44:36 +0000
committerRuud Koolen <redlizard@gentoo.org>2014-11-23 19:44:36 +0000
commit6634ae0f52d9943af8c884f171f8d54746ec5cf0 (patch)
treea32d5efc58e8d4ced0008c14d50c47eff6e1e452 /profiles/features
parentRemove old versions from the tree, now that 1.4 is stable. (diff)
downloadgentoo-2-6634ae0f52d9943af8c884f171f8d54746ec5cf0.tar.gz
gentoo-2-6634ae0f52d9943af8c884f171f8d54746ec5cf0.tar.bz2
gentoo-2-6634ae0f52d9943af8c884f171f8d54746ec5cf0.zip
23 Nov 2014; Ruud Koolen <redlizard@gentoo.org> make.defaults:
Switched python version to 3.3 from base 3.4.
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/prefix/Changelog5
-rw-r--r--profiles/features/prefix/make.defaults5
2 files changed, 8 insertions, 2 deletions
diff --git a/profiles/features/prefix/Changelog b/profiles/features/prefix/Changelog
index a1586d9f25e5..61a713ae472b 100644
--- a/profiles/features/prefix/Changelog
+++ b/profiles/features/prefix/Changelog
@@ -1,6 +1,9 @@
# ChangeLog for profiles/features/prefix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.1 2014/01/18 02:01:20 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/Changelog,v 1.2 2014/11/23 19:44:36 redlizard Exp $
+
+ 23 Nov 2014; Ruud Koolen <redlizard@gentoo.org> make.defaults:
+ Switched python version to 3.3 from base 3.4.
18 Jan 2014; Ruud Koolen <redlizard@gentoo.org> eapi, make.defaults,
package.mask, packages, package.use.mask, use.force, use.mask,
diff --git a/profiles/features/prefix/make.defaults b/profiles/features/prefix/make.defaults
index 561927a782e2..0e3f033cd1ff 100644
--- a/profiles/features/prefix/make.defaults
+++ b/profiles/features/prefix/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/make.defaults,v 1.1 2014/01/18 02:01:20 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/prefix/make.defaults,v 1.2 2014/11/23 19:44:36 redlizard Exp $
# Jeremy Olexa <darkside@gentoo.org> (30 Jun 2009)
# As of now, there does not exist a reliable working sandbox implementation on
@@ -18,3 +18,6 @@ FEATURES="${FEATURES} -sandbox"
# this probably already is like this, but we assure that in prefix we
# have a GNU userland
USERLAND="GNU"
+
+# Python 3.4 isn't in prefix yet.
+USE="python_targets_python3_3 -python_targets_python3_4"