diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 15:40:56 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:32:17 +0200 |
commit | d7f89af1fabc38980af0eaec3c80d0d3e00edc2c (patch) | |
tree | ce13c440fc20361647130362706893e29299977a /dev-python/manuel | |
parent | dev-python/pyglet: Support newer python (diff) | |
download | gentoo-d7f89af1fabc38980af0eaec3c80d0d3e00edc2c.tar.gz gentoo-d7f89af1fabc38980af0eaec3c80d0d3e00edc2c.tar.bz2 gentoo-d7f89af1fabc38980af0eaec3c80d0d3e00edc2c.zip |
dev-python/manuel: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/manuel')
-rw-r--r-- | dev-python/manuel/manuel-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/manuel/manuel-1.8.0.ebuild b/dev-python/manuel/manuel-1.8.0.ebuild index dbf86dafcf4a..965da71f9d49 100644 --- a/dev-python/manuel/manuel-1.8.0.ebuild +++ b/dev-python/manuel/manuel-1.8.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 |