diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 15:06:26 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 15:48:43 +0200 |
commit | ef14f278283cff298140d5d71daa8b9e1549b252 (patch) | |
tree | 0d5107ccfa51fb1d2cf86e321e72677b1f0acbd9 /dev-python/corner | |
parent | profiles: Clean up obsolete jruby entries (diff) | |
download | gentoo-ef14f278283cff298140d5d71daa8b9e1549b252.tar.gz gentoo-ef14f278283cff298140d5d71daa8b9e1549b252.tar.bz2 gentoo-ef14f278283cff298140d5d71daa8b9e1549b252.zip |
dev-python/corner: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/corner')
-rw-r--r-- | dev-python/corner/corner-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/corner/corner-2.0.1.ebuild b/dev-python/corner/corner-2.0.1.ebuild index 3dc1602668c1..a5d1404dabd2 100644 --- a/dev-python/corner/corner-2.0.1.ebuild +++ b/dev-python/corner/corner-2.0.1.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=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |