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: Sun, 14 Apr 2019 20:06:27
Message-Id: 1555272371.c266dbf82955b740a13b58be43397418e23ae043.prometheanfire@gentoo
1 commit: c266dbf82955b740a13b58be43397418e23ae043
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 20:05:35 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 20:06:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c266dbf8
7
8 sys-cluster/heat: fix S-dir for heat
9
10 Fixes: https://bugs.gentoo.org/683330
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 sys-cluster/heat/heat-12.0.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/sys-cluster/heat/heat-12.0.0.ebuild b/sys-cluster/heat/heat-12.0.0.ebuild
18 index 8f177f56ab5..39f1a73b577 100644
19 --- a/sys-cluster/heat/heat-12.0.0.ebuild
20 +++ b/sys-cluster/heat/heat-12.0.0.ebuild
21 @@ -19,6 +19,7 @@ else
22 https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
23 KEYWORDS="~amd64 ~arm64 ~x86"
24 fi
25 +S="${WORKDIR}/openstack-${P}"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"