diff options
author | Sam James <sam@gentoo.org> | 2022-07-02 14:13:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-02 14:15:05 +0000 |
commit | 69d1a147927d1bf8ade468878cb5027f10d2c534 (patch) | |
tree | 3cb9fe102ebc141380d5dc36d2649d4faceacb37 /profiles | |
parent | profiles: mask bunch of py3.9-only packages (diff) | |
download | gentoo-69d1a147927d1bf8ade468878cb5027f10d2c534.tar.gz gentoo-69d1a147927d1bf8ade468878cb5027f10d2c534.tar.bz2 gentoo-69d1a147927d1bf8ade468878cb5027f10d2c534.zip |
app-office/libreoffice-bin: fix PYTHON_COMPAT
Was already built w/ 3.10
Closes: https://bugs.gentoo.org/845546
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index 13859d0233a3..190a80825e9a 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,10 +1,6 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Andreas Sturmlechner <asturm@gentoo.org> (2022-07-02) -# Only python 3.9 supported, bug #845546 -~app-office/libreoffice-bin-7.3.3.2 python_single_target_python3_9 - # Andreas Sturmlechner <asturm@gentoo.org> (2022-06-14) # Only python 3.9 supported, bug #835921 dev-util/kdevelop-python:5 python_single_target_python3_9 |