summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-05-14 21:28:50 -0700
committerZac Medico <zmedico@gentoo.org>2017-05-14 21:28:50 -0700
commita1fe2b2d9e06f4ac04c596995d27410e6efeed79 (patch)
treec73ef9a1f0dbcc5d6c8c43b3502773ee1dcdb9b3 /dev-python/snappy
parentdev-python/jira: Add python3.6 to PYTHON_COMPAT (diff)
downloadgentoo-a1fe2b2d9e06f4ac04c596995d27410e6efeed79.tar.gz
gentoo-a1fe2b2d9e06f4ac04c596995d27410e6efeed79.tar.bz2
gentoo-a1fe2b2d9e06f4ac04c596995d27410e6efeed79.zip
dev-python/snappy: Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/snappy')
-rw-r--r--dev-python/snappy/snappy-0.5-r2.ebuild4
-rw-r--r--dev-python/snappy/snappy-0.5-r3.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/snappy/snappy-0.5-r2.ebuild b/dev-python/snappy/snappy-0.5-r2.ebuild
index e5b4d69060b4..ca35ece82a65 100644
--- a/dev-python/snappy/snappy-0.5-r2.ebuild
+++ b/dev-python/snappy/snappy-0.5-r2.ebuild
@@ -1,9 +1,9 @@
-# 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=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
diff --git a/dev-python/snappy/snappy-0.5-r3.ebuild b/dev-python/snappy/snappy-0.5-r3.ebuild
index 1afb7d493bac..0aa8de1a48b7 100644
--- a/dev-python/snappy/snappy-0.5-r3.ebuild
+++ b/dev-python/snappy/snappy-0.5-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1