diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-19 09:51:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-19 10:40:59 +0100 |
commit | 8cd9c915fa8484525602e43ea4f3567fb0eb1980 (patch) | |
tree | 294cfa4b8fbb1c87f1b48bd58f7ece2d9a8c17f6 /app-portage | |
parent | app-admin/webapp-config: Drop py2 (diff) | |
download | gentoo-8cd9c915fa8484525602e43ea4f3567fb0eb1980.tar.gz gentoo-8cd9c915fa8484525602e43ea4f3567fb0eb1980.tar.bz2 gentoo-8cd9c915fa8484525602e43ea4f3567fb0eb1980.zip |
app-portage/overlint: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/overlint/overlint-0.5.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/overlint/overlint-0.5.3-r1.ebuild b/app-portage/overlint/overlint-0.5.3-r1.ebuild index 644952c2c6d9..e43431ab544c 100644 --- a/app-portage/overlint/overlint-0.5.3-r1.ebuild +++ b/app-portage/overlint/overlint-0.5.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |