diff options
Diffstat (limited to 'dev-python/snappy')
-rw-r--r-- | dev-python/snappy/snappy-0.5-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/snappy/snappy-0.5-r3.ebuild | 2 |
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 |