diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-27 21:40:10 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-27 21:40:10 -0500 |
commit | 460ae94e21b4d039bc90e9ff4e2c427cfe8d3840 (patch) | |
tree | ae3ef7514f80ec444e23a76f552948ba2e16518f /dev-python/keystoneauth | |
parent | dev-lang/rust: initial beta version (diff) | |
download | gentoo-460ae94e21b4d039bc90e9ff4e2c427cfe8d3840.tar.gz gentoo-460ae94e21b4d039bc90e9ff4e2c427cfe8d3840.tar.bz2 gentoo-460ae94e21b4d039bc90e9ff4e2c427cfe8d3840.zip |
dev-python/keystoneauth: fixing S to be correct
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/keystoneauth')
-rw-r--r-- | dev-python/keystoneauth/keystoneauth-2.3.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild index 37743b99f2f0..fa1557e802fc 100644 --- a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild +++ b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild @@ -10,6 +10,7 @@ inherit distutils-r1 DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud." HOMEPAGE="https://github.com/openstack/keystoneauth" SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz" +S="${WORKDIR}/${PN}1-${PV}" LICENSE="Apache-2.0" SLOT="0" |