commit: 6e6b6cdb2f062e0a9c3d1542e0d184e9d1ef802d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 17 09:17:41 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 17 09:18:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6b6cdb
profiles: Remove redundant stable-unmasks for python3_8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/package.use.stable.mask | 2 +- profiles/arch/x86/package.use.stable.mask | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 0020c0a53bb..5d986026fe8 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -97,4 +97,4 @@ gnustep-base/gnustep-make libobjc2 # Michał Górny <[email protected]> (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 -python_targets_python3_8 +dev-lang/python-exec -python_targets_pypy3 diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 23c5bfa1a89..328ba2f9cc5 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -89,4 +89,4 @@ dev-cpp/eigen test # Michał Górny <[email protected]> (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 -python_targets_python3_8 +dev-lang/python-exec -python_targets_pypy3
