diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-09 18:24:44 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:17:37 -0800 |
commit | 196091f03d194e20db6b4c197fa913406dc81f07 (patch) | |
tree | 549bedbf0f2003d5ee54937328b199d218f078f8 /dev-python/cffi | |
parent | dev-python/setuptools_scm: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-196091f03d194e20db6b4c197fa913406dc81f07.tar.gz gentoo-196091f03d194e20db6b4c197fa913406dc81f07.tar.bz2 gentoo-196091f03d194e20db6b4c197fa913406dc81f07.zip |
dev-python/cffi: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/cffi-1.5.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.8.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.9.1.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/cffi/cffi-1.5.2.ebuild b/dev-python/cffi/cffi-1.5.2.ebuild index efc5511bc1e6..782c8e647a7e 100644 --- a/dev-python/cffi/cffi-1.5.2.ebuild +++ b/dev-python/cffi/cffi-1.5.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/cffi/cffi-1.6.0.ebuild b/dev-python/cffi/cffi-1.6.0.ebuild index b9122db16176..a1cd40b0eaf1 100644 --- a/dev-python/cffi/cffi-1.6.0.ebuild +++ b/dev-python/cffi/cffi-1.6.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/cffi/cffi-1.7.0.ebuild b/dev-python/cffi/cffi-1.7.0.ebuild index b9122db16176..a1cd40b0eaf1 100644 --- a/dev-python/cffi/cffi-1.7.0.ebuild +++ b/dev-python/cffi/cffi-1.7.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/cffi/cffi-1.8.3.ebuild b/dev-python/cffi/cffi-1.8.3.ebuild index b9122db16176..a1cd40b0eaf1 100644 --- a/dev-python/cffi/cffi-1.8.3.ebuild +++ b/dev-python/cffi/cffi-1.8.3.ebuild @@ -6,7 +6,7 @@ EAPI=6 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/cffi/cffi-1.9.1.ebuild b/dev-python/cffi/cffi-1.9.1.ebuild index ecf5e599f6bd..9027e266cab0 100644 --- a/dev-python/cffi/cffi-1.9.1.ebuild +++ b/dev-python/cffi/cffi-1.9.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |