summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 11:12:26 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:41:09 +0200
commita5aac5249fc87025f68b5a179f96b4d42b3332c8 (patch)
tree9e4216f807036ebc6c97513fbcc29dde3b65500e /dev-python/posix_ipc
parentdev-python/potr: Support newer python (diff)
downloadgentoo-a5aac5249fc87025f68b5a179f96b4d42b3332c8.tar.gz
gentoo-a5aac5249fc87025f68b5a179f96b4d42b3332c8.tar.bz2
gentoo-a5aac5249fc87025f68b5a179f96b4d42b3332c8.zip
dev-python/posix_ipc: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/posix_ipc')
-rw-r--r--dev-python/posix_ipc/posix_ipc-0.9.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild b/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild
index 1b6bfbe4aff3..7ba2553775f4 100644
--- a/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild
+++ b/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild
@@ -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