summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Dai <radaiming@gmail.com>2016-03-28 16:52:29 +0800
committerIan Delaney <idella4@gentoo.org>2016-03-28 21:16:37 +0800
commitb58ab8ee1902efd0caca1924d00be66d408dff48 (patch)
tree0a8ce9329b2f120665228fe1f7132fae2c98c4df
parentdev-python/sphinxcontrib-newsfeed: add Python 3.5 support (diff)
downloadgentoo-b58ab8ee.tar.gz
gentoo-b58ab8ee.tar.bz2
gentoo-b58ab8ee.zip
dev-python/sphinxcontrib-spelling: add Python 3.5 support
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1152
-rw-r--r--dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild
index ee75e7a1806d..445d79d64650 100644
--- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild
+++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1