diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-20 09:18:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-20 09:18:28 +0200 |
commit | 993c5528e30e5378d2869701d501b110a0e8b9b6 (patch) | |
tree | ac7662f68d46b4b3fce4567db16e1a448c502756 /net-news | |
parent | media-gfx/entangle: Enable py3.9 (diff) | |
download | gentoo-993c5528e30e5378d2869701d501b110a0e8b9b6.tar.gz gentoo-993c5528e30e5378d2869701d501b110a0e8b9b6.tar.bz2 gentoo-993c5528e30e5378d2869701d501b110a0e8b9b6.zip |
net-news/liferea: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/liferea/liferea-1.12.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-news/liferea/liferea-1.12.9.ebuild b/net-news/liferea/liferea-1.12.9.ebuild index 12ec3ec59e9a..09074e456845 100644 --- a/net-news/liferea/liferea-1.12.9.ebuild +++ b/net-news/liferea/liferea-1.12.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit autotools gnome2-utils python-single-r1 xdg |