diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-10 19:16:56 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:17:39 -0800 |
commit | 9587741783e536a6cedf7efd876462a0941861b2 (patch) | |
tree | 685db0df3efdaac5bb29332d621cf9bcfd6d1820 /virtual/python-cffi | |
parent | dev-python/cffi: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-9587741783e536a6cedf7efd876462a0941861b2.tar.gz gentoo-9587741783e536a6cedf7efd876462a0941861b2.tar.bz2 gentoo-9587741783e536a6cedf7efd876462a0941861b2.zip |
virtual/python-cffi: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/python-cffi')
-rw-r--r-- | virtual/python-cffi/python-cffi-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild index 04203ec75e20..390bd07370cd 100644 --- a/virtual/python-cffi/python-cffi-0.ebuild +++ b/virtual/python-cffi/python-cffi-0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit python-r1 |