diff options
author | 2020-09-17 11:17:41 +0200 | |
---|---|---|
committer | 2020-09-17 11:18:03 +0200 | |
commit | 6e6b6cdb2f062e0a9c3d1542e0d184e9d1ef802d (patch) | |
tree | 77068b848c1db4c057b2e2e617e50289366c418f /profiles | |
parent | media-sound/bluez-alsa: Synced live ebuild (diff) | |
download | gentoo-6e6b6cdb2f062e0a9c3d1542e0d184e9d1ef802d.tar.gz gentoo-6e6b6cdb2f062e0a9c3d1542e0d184e9d1ef802d.tar.bz2 gentoo-6e6b6cdb2f062e0a9c3d1542e0d184e9d1ef802d.zip |
profiles: Remove redundant stable-unmasks for python3_8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.stable.mask | 2 | ||||
-rw-r--r-- | 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 0020c0a53bb4..5d986026fe8e 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 <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 -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 23c5bfa1a89b..328ba2f9cc5d 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 <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 -python_targets_python3_8 +dev-lang/python-exec -python_targets_pypy3 |