dev-python/posix_ipc: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 09:12:26 +0000 (11:12 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:41:09 +0000 (16:41 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/posix_ipc/posix_ipc-0.9.8.ebuild

index 1b6bfbe4aff3c07c2958cad7fdfec3212824efd3..7ba2553775f474b47b4ce60f70971da007a50710 100644 (file)
@@ -1,8 +1,8 @@
-# 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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 DISTUTILS_IN_SOURCE_BUILD=1
 
 inherit distutils-r1