commit: 126dcbe8533a252f2f0a21d8d985f996fab048b8 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun May 30 10:54:13 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun May 30 10:57:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126dcbe8
app-office/libreoffice-bin: Fix python version Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-office/libreoffice-bin/libreoffice-bin-7.1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.1.3.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-7.1.3.2.ebuild index ee6432c6a22..f5b978df0aa 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-7.1.3.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-7.1.3.2.ebuild @@ -7,7 +7,7 @@ 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_8 ) +PYTHON_COMPAT=( python3_9 ) PYTHON_REQ_USE="xml" inherit java-pkg-opt-2 python-single-r1 prefix toolchain-funcs xdg-utils
