diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-07 22:14:26 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-07 22:32:20 +0200 |
commit | 6079208a5ff148312152ed30afac65a3a7e599bd (patch) | |
tree | 3c6b0452850ac4529bea11c45afbd6ab4cd8be3a /dev-python/inflection | |
parent | dev-ada/gprbuild: Add dev-ada/gprbuild-9999 (diff) | |
download | gentoo-6079208a5ff148312152ed30afac65a3a7e599bd.tar.gz gentoo-6079208a5ff148312152ed30afac65a3a7e599bd.tar.bz2 gentoo-6079208a5ff148312152ed30afac65a3a7e599bd.zip |
dev-python/inflection: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/inflection')
-rw-r--r-- | dev-python/inflection/inflection-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/inflection/inflection-0.3.1.ebuild b/dev-python/inflection/inflection-0.3.1.ebuild index 0519203ba4db..864ac21bea52 100644 --- a/dev-python/inflection/inflection-0.3.1.ebuild +++ b/dev-python/inflection/inflection-0.3.1.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=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |