diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-10-28 21:43:48 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-10-28 21:43:48 -0400 |
commit | 433d5acf96ade16bfbeb4a693fbfb9821c143d27 (patch) | |
tree | afc03257d74b5e5a003551c2bda65e3c548ebcf0 /profiles/arch/hppa | |
parent | app-text/html-xml-utils: stable 7.1 for ppc64, bug #634756 (diff) | |
download | gentoo-433d5acf96ade16bfbeb4a693fbfb9821c143d27.tar.gz gentoo-433d5acf96ade16bfbeb4a693fbfb9821c143d27.tar.bz2 gentoo-433d5acf96ade16bfbeb4a693fbfb9821c143d27.zip |
profiles: move python targets stable mask to arch profiles
Diffstat (limited to 'profiles/arch/hppa')
-rw-r--r-- | profiles/arch/hppa/use.stable.mask | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask new file mode 100644 index 000000000000..b5e3fc794948 --- /dev/null +++ b/profiles/arch/hppa/use.stable.mask @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in use.mask + +# Mike Gilbert <floppym@gentoo.org> (28 Oct 2017) +# Mask python targets until dev-lang/python is stable. +python_single_target_python3_6 +python_targets_python3_6 +python_single_target_python3_5 +python_targets_python3_5 |