diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-04-11 11:13:25 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-04-11 11:22:27 -0500 |
commit | 2fe6df573ab6c0d787ae7d5f7ad472c1ecfb699c (patch) | |
tree | 270d8e372a440f272db0a707ad6dc421c9b3f177 /dev-python/cliff | |
parent | sys-devel/llvm: Remove non-Darwin keywords from 3.9.1 (diff) | |
download | gentoo-2fe6df573ab6c0d787ae7d5f7ad472c1ecfb699c.tar.gz gentoo-2fe6df573ab6c0d787ae7d5f7ad472c1ecfb699c.tar.bz2 gentoo-2fe6df573ab6c0d787ae7d5f7ad472c1ecfb699c.zip |
dev-python/cliff: adding py36 specifier
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'dev-python/cliff')
-rw-r--r-- | dev-python/cliff/cliff-2.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cliff/cliff-2.11.0.ebuild b/dev-python/cliff/cliff-2.11.0.ebuild index 74b55bdf26dd..de7cbcd1f883 100644 --- a/dev-python/cliff/cliff-2.11.0.ebuild +++ b/dev-python/cliff/cliff-2.11.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |