diff options
author | Till Schäfer <till2.schaefer@uni-dortmund.de> | 2020-12-14 15:38:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-16 08:14:57 +0000 |
commit | ff2e7dc094e6f0c90ef9a419b2d930e8f164f26a (patch) | |
tree | 8acdf46d9ff3737da9ba34ec35de51436a75bd30 /app-text | |
parent | Revert "media-video/obs-studio: python bump" (diff) | |
download | gentoo-ff2e7dc094e6f0c90ef9a419b2d930e8f164f26a.tar.gz gentoo-ff2e7dc094e6f0c90ef9a419b2d930e8f164f26a.tar.bz2 gentoo-ff2e7dc094e6f0c90ef9a419b2d930e8f164f26a.zip |
app-text/nfoview: add python3_9 compatibility
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/nfoview/nfoview-1.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/nfoview/nfoview-1.28.ebuild b/app-text/nfoview/nfoview-1.28.ebuild index ac3f5a722095..d8afed881837 100644 --- a/app-text/nfoview/nfoview-1.28.ebuild +++ b/app-text/nfoview/nfoview-1.28.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 xdg-utils |