diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:28:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:03 +0100 |
commit | be674499f61b10aa591f3af4bc10e24aabe46b61 (patch) | |
tree | e39384650ac0a415ee67e9d513e8b22e04d81fad /app-misc/icdiff | |
parent | app-misc/chkcrontab: Remove py2 (diff) | |
download | gentoo-be674499f61b10aa591f3af4bc10e24aabe46b61.tar.gz gentoo-be674499f61b10aa591f3af4bc10e24aabe46b61.tar.bz2 gentoo-be674499f61b10aa591f3af4bc10e24aabe46b61.zip |
app-misc/icdiff: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/icdiff')
-rw-r--r-- | app-misc/icdiff/icdiff-1.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/icdiff/icdiff-1.9.1.ebuild b/app-misc/icdiff/icdiff-1.9.1.ebuild index 687c0aaf44b5..970ccd6a9fbf 100644 --- a/app-misc/icdiff/icdiff-1.9.1.ebuild +++ b/app-misc/icdiff/icdiff-1.9.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |