diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-17 20:13:41 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-17 20:13:54 +0200 |
commit | 5e016dd39e54f5d6e6c8d1868418fb0f9ed1793b (patch) | |
tree | cb885ffe2af962a3329f1af91c7ddad3ac8842c0 /dev-python/pycxx | |
parent | dev-python/graph-tool: Add maintainer (diff) | |
download | gentoo-5e016dd39e54f5d6e6c8d1868418fb0f9ed1793b.tar.gz gentoo-5e016dd39e54f5d6e6c8d1868418fb0f9ed1793b.tar.bz2 gentoo-5e016dd39e54f5d6e6c8d1868418fb0f9ed1793b.zip |
dev-python/pycxx: Add python3_{5,6}
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pycxx')
-rw-r--r-- | dev-python/pycxx/pycxx-6.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycxx/pycxx-6.2.6.ebuild b/dev-python/pycxx/pycxx-6.2.6.ebuild index 6de0d85805c9..a0dad6d120af 100644 --- a/dev-python/pycxx/pycxx-6.2.6.ebuild +++ b/dev-python/pycxx/pycxx-6.2.6.ebuild @@ -1,8 +1,8 @@ -# 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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils distutils-r1 |