diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-03-07 10:39:48 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-03-07 10:41:01 +0100 |
commit | 3a3ed7b2351792679703731bffc9cc0e044e9399 (patch) | |
tree | 86f3db90c5116d2682046ec81ddb28688619212f /app-office | |
parent | dev-libs/yajl: Drop 2.1.0-r1 and 2.1.0-r2 (diff) | |
download | gentoo-3a3ed7b2351792679703731bffc9cc0e044e9399.tar.gz gentoo-3a3ed7b2351792679703731bffc9cc0e044e9399.tar.bz2 gentoo-3a3ed7b2351792679703731bffc9cc0e044e9399.zip |
app-office/unoconv: add python3_9
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/unoconv/unoconv-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/unoconv/unoconv-0.9.0.ebuild b/app-office/unoconv/unoconv-0.9.0.ebuild index 5fbc8cce030b..89c568fb1c05 100644 --- a/app-office/unoconv/unoconv-0.9.0.ebuild +++ b/app-office/unoconv/unoconv-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-single-r1 DESCRIPTION="Convert between document formats supported by LibreOffice" |