diff --git a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild index bb290d8061fe0..1781d394d4fb8 100644 --- a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild +++ b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{5,6} ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 EGIT_REPO_URI="https://github.com/emonty/${PN}.git"