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 /app-office | |
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 'app-office')
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-7.3.3.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |