diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 12:23:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 12:23:41 +0100 |
commit | c6c99bab7b9fcd608fc85c41313aa4062b3cb3cc (patch) | |
tree | 2fc2dd4789d5b803a5df1c548194ab6d76dea3b4 | |
parent | 9e221e470364c143c2d596fe3ebb0ce5b7fcfb10 (diff) |
dev-python/animation : revision bump, add python3.7 COMPAT
-rw-r--r-- | dev-python/animation/animation-0.0.5-r1.ebuild (renamed from dev-python/animation/animation-0.0.5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/animation/animation-0.0.5.ebuild b/dev-python/animation/animation-0.0.5-r1.ebuild index a640a257..fff2882e 100644 --- a/dev-python/animation/animation-0.0.5.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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1 |