diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:16:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:16:33 +0100 |
commit | 212b4d01bdec95d857c3846706f0f1eb529647b0 (patch) | |
tree | 84556a1436db40f40eac7c4a02a9569cb7683b1c /dev-python/zake/zake-0.2.1.ebuild | |
parent | dev-python/yapf: Remove Py2 (diff) | |
download | gentoo-212b4d01bdec95d857c3846706f0f1eb529647b0.tar.gz gentoo-212b4d01bdec95d857c3846706f0f1eb529647b0.tar.bz2 gentoo-212b4d01bdec95d857c3846706f0f1eb529647b0.zip |
dev-python/zake: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/zake/zake-0.2.1.ebuild')
-rw-r--r-- | dev-python/zake/zake-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zake/zake-0.2.1.ebuild b/dev-python/zake/zake-0.2.1.ebuild index dda899e8e298..020e3c3aa9dd 100644 --- a/dev-python/zake/zake-0.2.1.ebuild +++ b/dev-python/zake/zake-0.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python{3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |