diff options
author | 2022-07-02 14:13:17 +0000 | |
---|---|---|
committer | 2022-07-02 14:15:05 +0000 | |
commit | 69d1a147927d1bf8ade468878cb5027f10d2c534 (patch) | |
tree | 3cb9fe102ebc141380d5dc36d2649d4faceacb37 | |
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>
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-7.3.3.2-r3.ebuild | 4 | ||||
-rw-r--r-- | profiles/base/package.use | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.3.3.2-r3.ebuild b/app-office/libreoffice-bin/libreoffice-bin-7.3.3.2-r3.ebuild index 39bff2d14806..519af383f2da 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-7.3.3.2-r3.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-7.3.3.2-r3.ebuild @@ -7,8 +7,8 @@ BASE_PACKAGENAME="bin" BASE_AMD64_URI="https://tamiko.43-1.org/distfiles/amd64-${BASE_PACKAGENAME}-" BASE_X86_URI="https://tamiko.43-1.org/distfiles/x86-${BASE_PACKAGENAME}-" -PYTHON_COMPAT=( python3_9 ) -PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_10 ) +PYTHON_REQ_USE="xml(+)" inherit java-pkg-opt-2 python-single-r1 prefix toolchain-funcs xdg-utils 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 |