summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-10 17:49:57 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-12 14:18:27 -0800
commit73a433945fb036fb4132b3b7fc3cc91c78324a81 (patch)
treef52ed9b394732603e37bc13a3178ba18d440e25c /dev-python/whoosh/whoosh-2.6.0.ebuild
parentdev-python/sqlalchemy: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-73a433945fb036fb4132b3b7fc3cc91c78324a81.tar.gz
gentoo-73a433945fb036fb4132b3b7fc3cc91c78324a81.tar.bz2
gentoo-73a433945fb036fb4132b3b7fc3cc91c78324a81.zip
dev-python/whoosh: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/whoosh/whoosh-2.6.0.ebuild')
-rw-r--r--dev-python/whoosh/whoosh-2.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/whoosh/whoosh-2.6.0.ebuild b/dev-python/whoosh/whoosh-2.6.0.ebuild
index d9eb4b5996bf..99c421f69edc 100644
--- a/dev-python/whoosh/whoosh-2.6.0.ebuild
+++ b/dev-python/whoosh/whoosh-2.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
MY_PN="Whoosh"