diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-11 16:50:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-11 16:59:53 +0100 |
commit | 97e26ac462c3a9d4b2f892c0a1030b8f6ace0885 (patch) | |
tree | f020c417c2edc46e1904127d4cac841f9eb58c22 /profiles/package.mask | |
parent | sys-apps/paludis: Enable XML support by default (diff) | |
download | gentoo-97e26ac462c3a9d4b2f892c0a1030b8f6ace0885.tar.gz gentoo-97e26ac462c3a9d4b2f892c0a1030b8f6ace0885.tar.bz2 gentoo-97e26ac462c3a9d4b2f892c0a1030b8f6ace0885.zip |
package.mask: Mask new python-exec & eselect-python for testing
Diffstat (limited to 'profiles/package.mask')
-rw-r--r-- | profiles/package.mask | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 6c997b23cd60..d5f65d4309c0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (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 <titanofold@gentoo.org> (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 |