diff options
author | 2013-01-20 11:06:26 +0000 | |
---|---|---|
committer | 2013-01-20 11:06:26 +0000 | |
commit | 2572eddbd1873af90399e03abf9299e31db9b643 (patch) | |
tree | 0483d9ed2606c73b7570b4dc089bcf71b8ebed42 /profiles/default | |
parent | Add a note that pypy flags are unmasked in the new profiles. (diff) | |
download | gentoo-2-2572eddbd1873af90399e03abf9299e31db9b643.tar.gz gentoo-2-2572eddbd1873af90399e03abf9299e31db9b643.tar.bz2 gentoo-2-2572eddbd1873af90399e03abf9299e31db9b643.zip |
Unmask pypy for ~amd64, mask for stable amd64.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/amd64/13.0/eapi | 2 | ||||
-rw-r--r-- | profiles/default/linux/amd64/13.0/use.mask | 10 | ||||
-rw-r--r-- | profiles/default/linux/amd64/13.0/use.stable.mask | 10 | ||||
-rw-r--r-- | profiles/default/linux/amd64/ChangeLog | 6 |
4 files changed, 26 insertions, 2 deletions
diff --git a/profiles/default/linux/amd64/13.0/eapi b/profiles/default/linux/amd64/13.0/eapi index 0cfbf08886fc..7ed6ff82de6b 100644 --- a/profiles/default/linux/amd64/13.0/eapi +++ b/profiles/default/linux/amd64/13.0/eapi @@ -1 +1 @@ -2 +5 diff --git a/profiles/default/linux/amd64/13.0/use.mask b/profiles/default/linux/amd64/13.0/use.mask new file mode 100644 index 000000000000..99e406826109 --- /dev/null +++ b/profiles/default/linux/amd64/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/amd64/13.0/use.mask,v 1.1 2013/01/20 11:06:26 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/amd64/13.0/use.stable.mask b/profiles/default/linux/amd64/13.0/use.stable.mask new file mode 100644 index 000000000000..2f8e4ce8f61c --- /dev/null +++ b/profiles/default/linux/amd64/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/amd64/13.0/use.stable.mask,v 1.1 2013/01/20 11:06:26 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/amd64/ChangeLog b/profiles/default/linux/amd64/ChangeLog index ea7f95012177..d60f65e9d619 100644 --- a/profiles/default/linux/amd64/ChangeLog +++ b/profiles/default/linux/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for the default/linux/amd64 profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v 1.3 2013/01/18 20:01:41 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v 1.4 2013/01/20 11:06:26 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 ~amd64, mask for stable amd64. 18 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> ChangeLog: Fix ChangeLog header |