summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-01-27 16:27:08 +0100
committerLars Wendler <polynomial-c@gentoo.org>2021-01-27 16:34:08 +0100
commit6961ab1a1e33aafe8b0c8fbebad3afcd2eb45d06 (patch)
tree9250d8b813d9f11cfdd1e793a8d4e04e452e5388
parentapp-text/ghostscript-gpl: allow building without media-libs/openjpeg (diff)
downloadgentoo-6961ab1a1e33aafe8b0c8fbebad3afcd2eb45d06.tar.gz
gentoo-6961ab1a1e33aafe8b0c8fbebad3afcd2eb45d06.tar.bz2
gentoo-6961ab1a1e33aafe8b0c8fbebad3afcd2eb45d06.zip
dev-python/pocketlint: Added python3_9 support
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--dev-python/pocketlint/pocketlint-0.20.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pocketlint/pocketlint-0.20.ebuild b/dev-python/pocketlint/pocketlint-0.20.ebuild
index 293b6438d720..59af8c3e1f80 100644
--- a/dev-python/pocketlint/pocketlint-0.20.ebuild
+++ b/dev-python/pocketlint/pocketlint-0.20.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1