summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 17:14:22 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 17:37:36 +0200
commit82e0d2d015be20af3fccace2145452fe0c131255 (patch)
tree874b88dc5b69a09f472a752dafe9d868021f738b /dev-python/linecache2
parentdev-python/traceback2: Remove python2 (diff)
downloadgentoo-82e0d2d015be20af3fccace2145452fe0c131255.tar.gz
gentoo-82e0d2d015be20af3fccace2145452fe0c131255.tar.bz2
gentoo-82e0d2d015be20af3fccace2145452fe0c131255.zip
dev-python/linecache2: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/linecache2')
-rw-r--r--dev-python/linecache2/linecache2-1.0.0-r1.ebuild (renamed from dev-python/linecache2/linecache2-1.0.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild b/dev-python/linecache2/linecache2-1.0.0-r1.ebuild
index 0f3e5e0bdcd4..95453da06aa1 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1