diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 11:09:06 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 11:49:07 +0100 |
commit | 12f89f4d7cd1e76fe679cef764b200212e168225 (patch) | |
tree | 791bc9faf904d04b05e926b25c9ee52c28d7b1f6 /dev-python/empy | |
parent | dev-python/catkin_pkg: Use the github snapshots only and add python 3.6 support. (diff) | |
download | gentoo-12f89f4d7cd1e76fe679cef764b200212e168225.tar.gz gentoo-12f89f4d7cd1e76fe679cef764b200212e168225.tar.bz2 gentoo-12f89f4d7cd1e76fe679cef764b200212e168225.zip |
dev-python/empy: Add python 3.6 support.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/empy')
-rw-r--r-- | dev-python/empy/empy-3.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/empy/empy-3.3.2.ebuild b/dev-python/empy/empy-3.3.2.ebuild index d70cde7110c2..220c2ada0615 100644 --- a/dev-python/empy/empy-3.3.2.ebuild +++ b/dev-python/empy/empy-3.3.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit distutils-r1 |