diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:04:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:04:40 +0200 |
commit | 5353f56b511f3296721124b72706429a9e6ae04d (patch) | |
tree | 7b935e573e60ce6c7060696a27d704ec375b6f8a | |
parent | sys-fs/bedup: Support newer python (diff) | |
download | gentoo-5353f56b511f3296721124b72706429a9e6ae04d.tar.gz gentoo-5353f56b511f3296721124b72706429a9e6ae04d.tar.bz2 gentoo-5353f56b511f3296721124b72706429a9e6ae04d.zip |
dev-python/routes: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-python/routes/routes-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/routes/routes-2.4.1.ebuild b/dev-python/routes/routes-2.4.1.ebuild index 37edfc258068..eb06f9e027da 100644 --- a/dev-python/routes/routes-2.4.1.ebuild +++ b/dev-python/routes/routes-2.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |