dev-python/sphinxcontrib-spelling: add Python 3.5 support
authorMing Dai <radaiming@gmail.com>
Mon, 28 Mar 2016 08:52:29 +0000 (16:52 +0800)
committerIan Delaney <idella4@gentoo.org>
Mon, 28 Mar 2016 13:16:37 +0000 (21:16 +0800)
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1152

dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild

index ee75e7a1806dede4663d32052805ce399c01d005..445d79d646501b7373c45a88cf138a6d35a2c6dd 100644 (file)
@@ -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