diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-03 18:35:30 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-03 18:37:48 +0100 |
commit | b19e86d7aa17bb95dca05d8349220a25093143e6 (patch) | |
tree | 7c1190b97ab96ab6b5bfde24f795a8ea8402ecc2 /sys-cluster/nova | |
parent | net-libs/libnetfilter_acct: x86 stable (bug #757168) (diff) | |
download | gentoo-b19e86d7aa17bb95dca05d8349220a25093143e6.tar.gz gentoo-b19e86d7aa17bb95dca05d8349220a25093143e6.tar.bz2 gentoo-b19e86d7aa17bb95dca05d8349220a25093143e6.zip |
sys-cluster/nova: x86 stable (bug #758128)
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-cluster/nova')
-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 477beb8d3b0d..ba69c65d6da4 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" |