summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-26 12:06:29 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-26 12:17:06 +0200
commitc7b1bf627973a735ca8727c1e4a75aff1539e28a (patch)
tree6f058dc39a92bd0ca7af01bab741ba5a30470911 /dev-python/slimit
parentdev-python/serverfiles: Enable py3.{7,8}, modernize (diff)
downloadgentoo-c7b1bf627973a735ca8727c1e4a75aff1539e28a.tar.gz
gentoo-c7b1bf627973a735ca8727c1e4a75aff1539e28a.tar.bz2
gentoo-c7b1bf627973a735ca8727c1e4a75aff1539e28a.zip
dev-python/slimit: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/slimit')
-rw-r--r--dev-python/slimit/slimit-0.8.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/slimit/slimit-0.8.1-r1.ebuild b/dev-python/slimit/slimit-0.8.1-r1.ebuild
index b5af60f39209..2203965e41d0 100644
--- a/dev-python/slimit/slimit-0.8.1-r1.ebuild
+++ b/dev-python/slimit/slimit-0.8.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_6 )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1