diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:14:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:37:36 +0200 |
commit | 82e0d2d015be20af3fccace2145452fe0c131255 (patch) | |
tree | 874b88dc5b69a09f472a752dafe9d868021f738b /dev-python/linecache2 | |
parent | dev-python/traceback2: Remove python2 (diff) | |
download | gentoo-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 |