diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 16:14:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 16:15:34 +0200 |
commit | 9d66aef423d36517b8522cf6a67ec29d49eb32e7 (patch) | |
tree | 379cfe55aa51db8eb8a06b8f462d3684e2757b0f /virtual | |
parent | net-misc/grive: fix build with new binutils (diff) | |
download | gentoo-9d66aef423d36517b8522cf6a67ec29d49eb32e7.tar.gz gentoo-9d66aef423d36517b8522cf6a67ec29d49eb32e7.tar.bz2 gentoo-9d66aef423d36517b8522cf6a67ec29d49eb32e7.zip |
virtual/python-cffi: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-cffi/python-cffi-1.ebuild (renamed from 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-1.ebuild index 8f345d399adc..46dd20bde9dc 100644 --- a/virtual/python-cffi/python-cffi-0.ebuild +++ b/virtual/python-cffi/python-cffi-1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit python-r1 |