diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-11-19 12:16:36 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-11-19 12:36:09 -0600 |
commit | fbe171bf98bd73c2ca61f8954f2dd995a84e0bf2 (patch) | |
tree | 8b5e0bcf1bf03bd2c87e5e51c8bf923570cd41f9 /sys-cluster | |
parent | sys-cluster/heat: 13.0.0 allarches stablized (diff) | |
download | gentoo-fbe171bf98bd73c2ca61f8954f2dd995a84e0bf2.tar.gz gentoo-fbe171bf98bd73c2ca61f8954f2dd995a84e0bf2.tar.bz2 gentoo-fbe171bf98bd73c2ca61f8954f2dd995a84e0bf2.zip |
sys-cluster/placement: 2.0.0 allarches stablized
Stablized for Openstack Train
Package-Manager: Portage-2.3.76, Repoman-2.3.18
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/placement/placement-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/placement/placement-2.0.0.ebuild b/sys-cluster/placement/placement-2.0.0.ebuild index 82a01ec98a97..4a5d735a95d9 100644 --- a/sys-cluster/placement/placement-2.0.0.ebuild +++ b/sys-cluster/placement/placement-2.0.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/train/placement.conf.sample -> placement.conf.sample-${PV} https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" S="${WORKDIR}/openstack-${P}" fi |