diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-11 15:11:21 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-11 15:11:21 +0200 |
commit | e03d5e736b99531383a8d94bc8f04e6d0c670110 (patch) | |
tree | 83d170c753ebd9e3c1bb561e0be653260bdb7bd6 /dev-python/dominate | |
parent | dev-python/ddt: Add python3_6 (diff) | |
download | gentoo-e03d5e736b99531383a8d94bc8f04e6d0c670110.tar.gz gentoo-e03d5e736b99531383a8d94bc8f04e6d0c670110.tar.bz2 gentoo-e03d5e736b99531383a8d94bc8f04e6d0c670110.zip |
dev-python/dominate: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/dominate')
-rw-r--r-- | dev-python/dominate/dominate-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dominate/dominate-2.3.1.ebuild b/dev-python/dominate/dominate-2.3.1.ebuild index e84a9f54c375..d149b940eab5 100644 --- a/dev-python/dominate/dominate-2.3.1.ebuild +++ b/dev-python/dominate/dominate-2.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 |