diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-20 11:06:40 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-20 11:06:40 +0000 |
commit | 72cd1cac14071fb860e447b0f860e2038e5c0c3e (patch) | |
tree | fe443f01af3ffc30398c08fcbac509dc71543ccd /profiles/default | |
parent | Unmask pypy for ~amd64, mask for stable amd64. (diff) | |
download | gentoo-2-72cd1cac14071fb860e447b0f860e2038e5c0c3e.tar.gz gentoo-2-72cd1cac14071fb860e447b0f860e2038e5c0c3e.tar.bz2 gentoo-2-72cd1cac14071fb860e447b0f860e2038e5c0c3e.zip |
Unmask pypy for ~x86, mask for stable x86.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/x86/13.0/eapi | 2 | ||||
-rw-r--r-- | profiles/default/linux/x86/13.0/use.mask | 10 | ||||
-rw-r--r-- | profiles/default/linux/x86/13.0/use.stable.mask | 10 | ||||
-rw-r--r-- | profiles/default/linux/x86/ChangeLog | 6 |
4 files changed, 26 insertions, 2 deletions
diff --git a/profiles/default/linux/x86/13.0/eapi b/profiles/default/linux/x86/13.0/eapi index 0cfbf08886fc..7ed6ff82de6b 100644 --- a/profiles/default/linux/x86/13.0/eapi +++ b/profiles/default/linux/x86/13.0/eapi @@ -1 +1 @@ -2 +5 diff --git a/profiles/default/linux/x86/13.0/use.mask b/profiles/default/linux/x86/13.0/use.mask new file mode 100644 index 000000000000..afc86075f419 --- /dev/null +++ b/profiles/default/linux/x86/13.0/use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/use.mask,v 1.1 2013/01/20 11:06:40 mgorny Exp $ + +# Michał Górny <mgorny@gentoo.org> (19 Jan 2013) +# PyPy is keyworded on this arch. +-python_targets_pypy1_9 +-python_targets_pypy2_0 +-python_single_target_pypy1_9 +-python_single_target_pypy2_0 diff --git a/profiles/default/linux/x86/13.0/use.stable.mask b/profiles/default/linux/x86/13.0/use.stable.mask new file mode 100644 index 000000000000..7339a2e83aba --- /dev/null +++ b/profiles/default/linux/x86/13.0/use.stable.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/13.0/use.stable.mask,v 1.1 2013/01/20 11:06:40 mgorny Exp $ + +# Michał Górny <mgorny@gentoo.org> (19 Jan 2013) +# PyPy is unstable on this arch. +python_targets_pypy1_9 +python_targets_pypy2_0 +python_single_target_pypy1_9 +python_single_target_pypy2_0 diff --git a/profiles/default/linux/x86/ChangeLog b/profiles/default/linux/x86/ChangeLog index f2f12e77ea50..83798acd77b7 100644 --- a/profiles/default/linux/x86/ChangeLog +++ b/profiles/default/linux/x86/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for the default/linux/x86 profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/ChangeLog,v 1.6 2013/01/18 20:06:19 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/ChangeLog,v 1.7 2013/01/20 11:06:40 mgorny Exp $ + + 20 Jan 2013; Michał Górny <mgorny@gentoo.org> 13.0/eapi, +13.0/use.mask, + +13.0/use.stable.mask: + Unmask pypy for ~x86, mask for stable x86. 18 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> ChangeLog: Fix ChangeLog header |