diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-10 22:45:44 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-10 22:47:32 +0200 |
commit | ab82e72906614dca6400479287ed423f083752e3 (patch) | |
tree | b3fcb9c3398c4fba95ce6441571f559d05a70357 /dev-python/python-ldap | |
parent | sys-cluster/openmpi: bump 2.1.1 (diff) | |
download | gentoo-ab82e72906614dca6400479287ed423f083752e3.tar.gz gentoo-ab82e72906614dca6400479287ed423f083752e3.tar.bz2 gentoo-ab82e72906614dca6400479287ed423f083752e3.zip |
dev-python/python-ldap: Move to EAPI5
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-python/python-ldap')
-rw-r--r-- | dev-python/python-ldap/python-ldap-2.4.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-ldap/python-ldap-2.4.32.ebuild b/dev-python/python-ldap/python-ldap-2.4.32.ebuild index a9f4153a34d1..2a53470d7c00 100644 --- a/dev-python/python-ldap/python-ldap-2.4.32.ebuild +++ b/dev-python/python-ldap/python-ldap-2.4.32.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) |