diff options
author | 2020-12-03 11:02:33 +0000 | |
---|---|---|
committer | 2020-12-03 11:03:03 +0000 | |
commit | 30b66571f4530336fad183390be5536f0f008c10 (patch) | |
tree | 384337dbe5d04ac10e252fee0e977daf9e64c47e /sys-cluster | |
parent | profiles/arch/riscv: mask systemd[policykit] (diff) | |
download | gentoo-30b66571f4530336fad183390be5536f0f008c10.tar.gz gentoo-30b66571f4530336fad183390be5536f0f008c10.tar.bz2 gentoo-30b66571f4530336fad183390be5536f0f008c10.zip |
sys-cluster/nova: Stabilize 22.0.1 amd64, #758128
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/nova-22.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-22.0.1.ebuild b/sys-cluster/nova/nova-22.0.1.ebuild index 4f4d7b2b35ea..477beb8d3b0d 100644 --- a/sys-cluster/nova/nova-22.0.1.ebuild +++ b/sys-cluster/nova/nova-22.0.1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/victoria/nova.conf.sample -> nova.conf.sample-${PV} https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="Apache-2.0" |