diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-13 13:26:38 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-13 13:28:09 -0600 |
commit | 608e565346b6be84ca20bde14ed3e6317ac4df35 (patch) | |
tree | a246cef08bd1a39760d3247d23fd78a78e4014cf /dev-python/sure | |
parent | app-emulation/cloud-init: 17.2 bup (diff) | |
download | gentoo-608e565346b6be84ca20bde14ed3e6317ac4df35.tar.gz gentoo-608e565346b6be84ca20bde14ed3e6317ac4df35.tar.bz2 gentoo-608e565346b6be84ca20bde14ed3e6317ac4df35.zip |
dev-python/sure: works with py36
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/sure')
-rw-r--r-- | dev-python/sure/sure-1.2.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sure/sure-1.2.5-r1.ebuild b/dev-python/sure/sure-1.2.5-r1.ebuild index 68514254ce81..fa76a8a27c7e 100644 --- a/dev-python/sure/sure-1.2.5-r1.ebuild +++ b/dev-python/sure/sure-1.2.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 vcs-snapshot |