Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/
Date: Thu, 31 Oct 2019 01:33:26
Message-Id: 1572485596.13809e8bcb9454e2f3596cf5f6b7b9d817ec0754.prometheanfire@gentoo
1 commit: 13809e8bcb9454e2f3596cf5f6b7b9d817ec0754
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 01:32:24 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 01:33:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13809e8b
7
8 sys-cluster/heat: fix sdir for heat-13.0.0
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-cluster/heat/heat-13.0.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-cluster/heat/heat-13.0.0.ebuild b/sys-cluster/heat/heat-13.0.0.ebuild
17 index e2d5eb4e2b2..883519e2487 100644
18 --- a/sys-cluster/heat/heat-13.0.0.ebuild
19 +++ b/sys-cluster/heat/heat-13.0.0.ebuild
20 @@ -19,6 +19,7 @@ else
21 https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
22 KEYWORDS="~amd64 ~arm64 ~x86"
23 fi
24 +S="${WORKDIR}/openstack-${P}"
25
26 LICENSE="Apache-2.0"
27 SLOT="0"