commit: 97e26ac462c3a9d4b2f892c0a1030b8f6ace0885 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 11 15:50:56 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 11 15:59:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e26ac4
package.mask: Mask new python-exec & eselect-python for testing profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 6c997b2..d5f65d4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (11 Jan 2016) +# (on behalf of Python team) +# Masked for testing. python-exec now checks argv[0] to determine +# 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. +>=app-eselect/eselect-python-20151117-r3 +>=dev-lang/python-exec-2.2 + # Aaron W. Swenson <[email protected]> (11 Jan 2016) # Masked for removal after 2016-03-11. Package hasn't been updated in # some time and doesn't work with Apache 2.4 without patching by
