summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2020-12-08 01:24:16 +0100
committerSebastian Pipping <sping@gentoo.org>2020-12-08 01:24:16 +0100
commit6873b3d3ccbbbba2e8f60e07bee1e862782f0bc9 (patch)
tree2775781aea47180a53fb0fb3f5ca04044f052223 /app-text/wiki2beamer
parentprofiles: mention lua-eclass migration in ntopng mask comments (diff)
downloadgentoo-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/wiki2beamer')
-rw-r--r--app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild2
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