summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-01-02 04:55:15 +0000
committerMike Gilbert <floppym@gentoo.org>2013-01-02 04:55:15 +0000
commit19970dc961a5b577b896ded858a5d00ff63d8dd0 (patch)
treef284156100ba752a1f42d1289691daf0fa956ed8 /profiles
parentBump to replicatorg--0040 (diff)
downloadgentoo-2-19970dc961a5b577b896ded858a5d00ff63d8dd0.tar.gz
gentoo-2-19970dc961a5b577b896ded858a5d00ff63d8dd0.tar.bz2
gentoo-2-19970dc961a5b577b896ded858a5d00ff63d8dd0.zip
Mask pypy python targets in base profile and unmask for amd64 and x86.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/amd64/ChangeLog7
-rw-r--r--profiles/arch/amd64/use.mask13
-rw-r--r--profiles/arch/x86/ChangeLog7
-rw-r--r--profiles/arch/x86/use.mask13
-rw-r--r--profiles/base/ChangeLog7
-rw-r--r--profiles/base/use.mask12
6 files changed, 45 insertions, 14 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog
index bb6f785a092c..39ecfeee5fd4 100644
--- a/profiles/arch/amd64/ChangeLog
+++ b/profiles/arch/amd64/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/AMD64 profile directory
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.202 2012/12/30 22:38:38 tetromino Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.203 2013/01/02 04:55:15 floppym Exp $
+
+ 02 Jan 2013; Mike Gilbert <floppym@gentoo.org> use.mask:
+ Unmask pypy targets.
30 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask:
Unmask sys-kernel/dracut[dracut_modules_systemd] (masked in base).
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 0488a5370be4..c79260a7b11e 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -1,12 +1,21 @@
-# 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/arch/amd64/use.mask,v 1.38 2012/12/09 08:02:53 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.39 2013/01/02 04:55:15 floppym Exp $
# Unmask the flag which corresponds to ARCH.
-amd64
# SECTION: Unmask
+# Mike Gilbert <floppym@gentoo.org> (02 Jan 2013)
+# PyPy is keyworded for this arch.
+-python_targets_pypy1_8
+-python_targets_pypy1_9
+-python_targets_pypy2_0
+-python_single_target_pypy1_8
+-python_single_target_pypy1_9
+-python_single_target_pypy2_0
+
# Alexandre Rostovtsev <tetromino@gentoo.org> (09 Dec 2012)
# Orc optimisations work fine on amd64 and x86
-orc
diff --git a/profiles/arch/x86/ChangeLog b/profiles/arch/x86/ChangeLog
index 722492292816..4368f46ddae6 100644
--- a/profiles/arch/x86/ChangeLog
+++ b/profiles/arch/x86/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/x86 profile directory
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.126 2012/12/30 22:38:38 tetromino Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.127 2013/01/02 04:55:15 floppym Exp $
+
+ 02 Jan 2013; Mike Gilbert <floppym@gentoo.org> use.mask:
+ Unmask pypy targets.
30 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask:
Unmask sys-kernel/dracut[dracut_modules_systemd] (masked in base).
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 783f653e8109..db0e1a0b0b27 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -1,10 +1,19 @@
-# 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/arch/x86/use.mask,v 1.37 2012/12/09 08:02:53 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.38 2013/01/02 04:55:15 floppym Exp $
# Unmask the flag which corresponds to ARCH.
-x86
+# Mike Gilbert <floppym@gentoo.org> (02 Jan 2013)
+# PyPy is keyworded for this arch.
+-python_targets_pypy1_8
+-python_targets_pypy1_9
+-python_targets_pypy2_0
+-python_single_target_pypy1_8
+-python_single_target_pypy1_9
+-python_single_target_pypy2_0
+
# Alexandre Rostovtsev <tetromino@gentoo.org> (09 Dec 2012)
# Orc optimisations work fine on amd64 and x86
-orc
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog
index 98a5c9add84c..ea5dee8de80d 100644
--- a/profiles/base/ChangeLog
+++ b/profiles/base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo base-profile
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.489 2012/12/31 18:05:32 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.490 2013/01/02 04:55:15 floppym Exp $
+
+ 02 Jan 2013; Mike Gilbert <floppym@gentoo.org> use.mask:
+ Mask pypy targets; should be unmasked for each arch.
30 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask:
Mask sys-kernel/dracut[dracut_modules_systemd]; unmasked in arches where
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 4da44027e7e8..361a8f0addc4 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -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/base/use.mask,v 1.152 2012/12/20 05:58:56 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.153 2013/01/02 04:55:15 floppym Exp $
# not ready for primetime
packagekit
@@ -314,7 +314,11 @@ fdk
# dev-lang/orc is useful only for some specific arches (amd64/x86/arm/...)
orc
-# Mike Gilbert <floppym@gentoo.org> (20 Dec 2012)
-# Mask for testing.
+# Mike Gilbert <floppym@gentoo.org> (02 Jan 2013)
+# PyPy is unkeyworded on most arches.
+python_targets_pypy1_8
+python_targets_pypy1_9
python_targets_pypy2_0
+python_single_target_pypy1_8
+python_single_target_pypy1_9
python_single_target_pypy2_0