diff options
author | Brian Evans <grknight@gentoo.org> | 2020-04-28 09:54:26 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-04-28 09:54:26 -0400 |
commit | 62adb6f7c1eb47c7c236c7dac8aa20da712fc5a6 (patch) | |
tree | 17b31f6187bc66c4bfc036fb0cca1eceb24f0c0b /profiles | |
parent | media-video/vcsi: remove old -r0 (diff) | |
download | gentoo-62adb6f7c1eb47c7c236c7dac8aa20da712fc5a6.tar.gz gentoo-62adb6f7c1eb47c7c236c7dac8aa20da712fc5a6.tar.bz2 gentoo-62adb6f7c1eb47c7c236c7dac8aa20da712fc5a6.zip |
profiles: x86/{p.,}u.s.mask - Drop obsolete entries
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/x86/package.use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 6 |
2 files changed, 3 insertions, 10 deletions
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index da3604fdb088..520a1f700ee4 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -29,11 +29,6 @@ kde-plasma/xdg-desktop-portal-kde screencast sys-apps/xdg-desktop-portal screencast x11-wm/mutter screencast -# Brian Evans <grknight@gentoo.org> (2019-05-22) -# Allow python-exec to install all targets -# Ack by mgorny -dev-lang/python-exec -python_targets_python3_7 -python_targets_python3_8 - # Andreas Sturmlechner <asturm@gentoo.org> (2019-05-21) # dev-db/oracle-instantclient ain't stable dev-qt/qtsql oci8 @@ -90,4 +85,4 @@ dev-cpp/eigen test # Michał Górny <mgorny@gentoo.org> (2014-03-30) # Don't apply stable masks to python-exec since we're forcing every # impl there anyway. Please keep this in sync with use.stable.mask. -dev-lang/python-exec -python_targets_pypy3 +dev-lang/python-exec -python_targets_pypy3 -python_targets_python3_8 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 580c08661a6b..e8270840f6f7 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -1,13 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # 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> (2017-06-08) -# dev-lang/python:3.7 is not stable. -python_targets_python3_7 -python_single_target_python3_7 +# dev-lang/python:3.8 is not stable. python_targets_python3_8 python_single_target_python3_8 |