commit: 69d1a147927d1bf8ade468878cb5027f10d2c534 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 2 14:13:17 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 2 14:15:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d1a147
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 <AT> gentoo.org> app-office/libreoffice-bin/libreoffice-bin-7.3.3.2-r3.ebuild | 4 ++-- 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 <[email protected]> (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 <[email protected]> (2022-06-14) # Only python 3.9 supported, bug #835921 dev-util/kdevelop-python:5 python_single_target_python3_9
