dev-python/mock: Add support for newer python
authorPacho Ramos <pacho@gentoo.org>
Sat, 9 Dec 2017 14:13:09 +0000 (15:13 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sat, 9 Dec 2017 14:19:09 +0000 (15:19 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

dev-python/mock/mock-1.0.1-r2.ebuild

index 4b2f4513446a1ea3cd3eb9f614596ec9cea092e1..80dac069dc75cd39d8bc74c9b759ce48b3b54e84 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 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 pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1