Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/
Date: Mon, 28 Mar 2016 02:40:48
Message-Id: 1459132810.460ae94e21b4d039bc90e9ff4e2c427cfe8d3840.prometheanfire@gentoo
1 commit: 460ae94e21b4d039bc90e9ff4e2c427cfe8d3840
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 02:40:10 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 02:40:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460ae94e
7
8 dev-python/keystoneauth: fixing S to be correct
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/keystoneauth/keystoneauth-2.3.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
16 index 37743b9..fa1557e 100644
17 --- a/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
18 +++ b/dev-python/keystoneauth/keystoneauth-2.3.0.ebuild
19 @@ -10,6 +10,7 @@ inherit distutils-r1
20 DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud."
21 HOMEPAGE="https://github.com/openstack/keystoneauth"
22 SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
23 +S="${WORKDIR}/${PN}1-${PV}"
24
25 LICENSE="Apache-2.0"
26 SLOT="0"