summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 13:41:17 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:42:12 +0200
commitbcf358a1b753a419d646a96ee00148d308afe392 (patch)
tree1f04704b9eae7367aabb40748a6b5769e8636d8b /dev-python/common/common-0.1.2.ebuild
parentdev-python/cx_Freeze: Support newer python (diff)
downloadgentoo-bcf358a1b753a419d646a96ee00148d308afe392.tar.gz
gentoo-bcf358a1b753a419d646a96ee00148d308afe392.tar.bz2
gentoo-bcf358a1b753a419d646a96ee00148d308afe392.zip
dev-python/common: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/common/common-0.1.2.ebuild')
-rw-r--r--dev-python/common/common-0.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/common/common-0.1.2.ebuild b/dev-python/common/common-0.1.2.ebuild
index a4b6ef7d5160..e83cb656a764 100644
--- a/dev-python/common/common-0.1.2.ebuild
+++ b/dev-python/common/common-0.1.2.ebuild
@@ -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=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1