diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-09 22:21:47 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-09 22:21:47 -0800 |
commit | 345c9cffeb7a15593a18e76367d92e512572b2b3 (patch) | |
tree | f173ecdd8f696bbacfdd32a8a25f8014e69f474d /dev-python/simplegeneric | |
parent | app-text/calibre: remove unused patch for calibre-1.20 (diff) | |
download | gentoo-345c9cffeb7a15593a18e76367d92e512572b2b3.tar.gz gentoo-345c9cffeb7a15593a18e76367d92e512572b2b3.tar.bz2 gentoo-345c9cffeb7a15593a18e76367d92e512572b2b3.zip |
dev-python/simplegeneric: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/simplegeneric')
-rw-r--r-- | dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild index 422222b78454..3f5962302f11 100644 --- a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild +++ b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 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 |