diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-06-20 09:38:55 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-06-20 09:38:55 +0300 |
commit | a9fc3b00f2763ada56508256520828f4c52f920b (patch) | |
tree | d6e135f26ced6d768b04dddadab83deb8c2dd266 /app-office | |
parent | app-shells/nushell: Initial import (diff) | |
download | gentoo-a9fc3b00f2763ada56508256520828f4c52f920b.tar.gz gentoo-a9fc3b00f2763ada56508256520828f4c52f920b.tar.bz2 gentoo-a9fc3b00f2763ada56508256520828f4c52f920b.zip |
app-office/gtg: enable py3.9
Thanks-to: Kobboi
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gtg/gtg-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.5.ebuild index a2e3580997f6..90a0833c2d73 100644 --- a/app-office/gtg/gtg-0.5.ebuild +++ b/app-office/gtg/gtg-0.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="xml(+)" inherit meson python-single-r1 xdg |