diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-10-30 20:32:24 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-10-30 20:33:16 -0500 |
commit | 13809e8bcb9454e2f3596cf5f6b7b9d817ec0754 (patch) | |
tree | 7f61303ea3ed74f256968987ba3a34743c84db47 /sys-cluster/heat | |
parent | sys-cluster/neutron: fix config tarball compression (diff) | |
download | gentoo-13809e8bcb9454e2f3596cf5f6b7b9d817ec0754.tar.gz gentoo-13809e8bcb9454e2f3596cf5f6b7b9d817ec0754.tar.bz2 gentoo-13809e8bcb9454e2f3596cf5f6b7b9d817ec0754.zip |
sys-cluster/heat: fix sdir for heat-13.0.0
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster/heat')
-rw-r--r-- | sys-cluster/heat/heat-13.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/heat/heat-13.0.0.ebuild b/sys-cluster/heat/heat-13.0.0.ebuild index e2d5eb4e2b2a..883519e24876 100644 --- a/sys-cluster/heat/heat-13.0.0.ebuild +++ b/sys-cluster/heat/heat-13.0.0.ebuild @@ -19,6 +19,7 @@ else https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~x86" fi +S="${WORKDIR}/openstack-${P}" LICENSE="Apache-2.0" SLOT="0" |