commit: 1350085b37bc385e31f68394899ef2c19f1c3a1d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 7 18:03:36 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 7 18:50:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1350085b
package.mask: Explicitly expand python-exec mask to new versions Explicitly mention the new dev-lang/python-exec and app-eselect/eselect-python versions in the current mask, so that they are not unmasked accidentally. profiles/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c158b19..b6b7374 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -116,8 +116,12 @@ dev-java/gjdoc # whether it's called via the Python wrapper shebang, or symlinked # directly. eselect-python uses the C wrapper rather than Python wrapper # to fix Prefix support, #568974. +# The 2.3 version uses completely new configuration format which +# requires much more testing. >=app-eselect/eselect-python-20151117-r3 >=dev-lang/python-exec-2.2 +>=app-eselect/eselect-python-20160207 +>=dev-lang/python-exec-2.3 # Aaron W. Swenson <[email protected]> (11 Jan 2016) # Masked for removal after 2016-03-11. Package hasn't been updated in
