summaryrefslogtreecommitdiff
path: root/dev-python/animation
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 22:48:09 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 22:48:09 +0000
commit62f9f3644a20d13b312f66e7507de29090a4d5fc (patch)
treeecb51ea3baf534e8e953263a102ca0b32fa4b7c0 /dev-python/animation
parent3891fe31690f0be5fbfd19482c5a2cb9623bfeae (diff)
dev-python/{animation,wget} : adjust PYTHON_COMPAT
Diffstat (limited to 'dev-python/animation')
-rw-r--r--dev-python/animation/animation-0.0.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/animation/animation-0.0.5-r1.ebuild b/dev-python/animation/animation-0.0.5-r1.ebuild
index fff2882e..6ca7bd7e 100644
--- a/dev-python/animation/animation-0.0.5-r1.ebuild
+++ b/dev-python/animation/animation-0.0.5-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
inherit distutils-r1