diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 18:54:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 18:54:06 +0100 |
commit | e21999c1ff37af04498681b5801ecadbc7f1d53b (patch) | |
tree | f82254fbf899088f7369d3871a4d18fdb8f707e6 /app-text/grip | |
parent | dev-python/patch: Remove py2 (diff) | |
download | gentoo-e21999c1ff37af04498681b5801ecadbc7f1d53b.tar.gz gentoo-e21999c1ff37af04498681b5801ecadbc7f1d53b.tar.bz2 gentoo-e21999c1ff37af04498681b5801ecadbc7f1d53b.zip |
app-text/grip: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/grip')
-rw-r--r-- | app-text/grip/grip-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild index 1325c688908d..d5e458d1fbb6 100644 --- a/app-text/grip/grip-4.2.0.ebuild +++ b/app-text/grip/grip-4.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 pypy3 python3_6 ) +PYTHON_COMPAT=( pypy3 python3_6 ) inherit distutils-r1 |