diff --git a/dev-python/python-ldap/python-ldap-3.1.0.ebuild b/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild similarity index 97% rename from dev-python/python-ldap/python-ldap-3.1.0.ebuild rename to dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild index e6fc54dfaf902..c09259b9d5ecf 100644 --- a/dev-python/python-ldap/python-ldap-3.1.0.ebuild +++ b/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) inherit distutils-r1