diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-14 15:05:35 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-14 15:06:11 -0500 |
commit | c266dbf82955b740a13b58be43397418e23ae043 (patch) | |
tree | ca23bc730b2f23f2f97eb76ad495e8cc985d0a43 /sys-cluster | |
parent | media-video/makemkv: Bump to 1.14.3, drop old 1.14.2 (diff) | |
download | gentoo-c266dbf82955b740a13b58be43397418e23ae043.tar.gz gentoo-c266dbf82955b740a13b58be43397418e23ae043.tar.bz2 gentoo-c266dbf82955b740a13b58be43397418e23ae043.zip |
sys-cluster/heat: fix S-dir for heat
Fixes: https://bugs.gentoo.org/683330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heat/heat-12.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/heat/heat-12.0.0.ebuild b/sys-cluster/heat/heat-12.0.0.ebuild index 8f177f56ab54..39f1a73b5774 100644 --- a/sys-cluster/heat/heat-12.0.0.ebuild +++ b/sys-cluster/heat/heat-12.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" |