diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 14:32:33 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 14:32:55 +0200 |
commit | 1db7c85e4c20562f3d05ecbcb78ccb686ef1bb55 (patch) | |
tree | c2a4331b4f38e9b92f76532055f3bebf1c86f126 /dev-python/columnize | |
parent | dev-python/python-evdev: Add python3_6 (diff) | |
download | gentoo-1db7c85e4c20562f3d05ecbcb78ccb686ef1bb55.tar.gz gentoo-1db7c85e4c20562f3d05ecbcb78ccb686ef1bb55.tar.bz2 gentoo-1db7c85e4c20562f3d05ecbcb78ccb686ef1bb55.zip |
dev-python/columnize: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/columnize')
-rw-r--r-- | dev-python/columnize/columnize-0.3.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/columnize/columnize-0.3.9.ebuild b/dev-python/columnize/columnize-0.3.9.ebuild index 520af2773bb0..06816336025a 100644 --- a/dev-python/columnize/columnize-0.3.9.ebuild +++ b/dev-python/columnize/columnize-0.3.9.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=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |