diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-12-08 01:24:16 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-12-08 01:24:16 +0100 |
commit | 6873b3d3ccbbbba2e8f60e07bee1e862782f0bc9 (patch) | |
tree | 2775781aea47180a53fb0fb3f5ca04044f052223 /app-text | |
parent | profiles: mention lua-eclass migration in ntopng mask comments (diff) | |
download | gentoo-6873b3d3ccbbbba2e8f60e07bee1e862782f0bc9.tar.gz gentoo-6873b3d3ccbbbba2e8f60e07bee1e862782f0bc9.tar.bz2 gentoo-6873b3d3ccbbbba2e8f60e07bee1e862782f0bc9.zip |
app-text/wiki2beamer: Address PythonCompatUpdate
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild index 3d7c75757a2a..349bbcbf25eb 100644 --- a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild +++ b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit python-single-r1 |