From a1fe2b2d9e06f4ac04c596995d27410e6efeed79 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 14 May 2017 21:28:50 -0700 Subject: [PATCH] dev-python/snappy: Add python3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/snappy/snappy-0.5-r2.ebuild | 4 ++-- 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 e5b4d69060b4a..ca35ece82a650 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 1afb7d493bac8..0aa8de1a48b7d 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